From 5699e882bdd3b41dd2e86799f9d0457bfe710429 Mon Sep 17 00:00:00 2001 From: Lance Ball Date: Tue, 13 Dec 2016 15:15:18 -0500 Subject: [PATCH] chore(release): 0.2.0 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6442408f..6f7155bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. + +# [0.2.0](https://github.com/bucharest-gold/opossum/compare/v0.1.1...v0.2.0) (2016-12-13) + + +### Features + +* return 'this' from CircuitBreaker.fallback ([159c006](https://github.com/bucharest-gold/opossum/commit/159c006)) + + + ## [0.1.1](https://github.com/bucharest-gold/opossum/compare/v0.1.0...v0.1.1) (2016-11-03) diff --git a/package.json b/package.json index 062b8d03..c29faa3d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "opossum", - "version": "0.1.1", + "version": "0.2.0", "author": "Red Hat, Inc.", "license": "Apache-2.0", "scripts": {