diff --git a/CHANGELOG.md b/CHANGELOG.md
index 15ec5a2b..6442408f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,17 @@
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.1.1](https://github.com/bucharest-gold/opossum/compare/v0.1.0...v0.1.1) (2016-11-03)
+
+
+### Bug Fixes
+
+* Don't use Status for managing breaker state ([8c4c659](https://github.com/bucharest-gold/opossum/commit/8c4c659))
+* **events:** Include timeout in stats ([abbdb61](https://github.com/bucharest-gold/opossum/commit/abbdb61))
+
+
+
# 0.1.0 (2016-11-01)
diff --git a/package.json b/package.json
index f5679ad6..062b8d03 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "opossum",
- "version": "0.1.0",
+ "version": "0.1.1",
"author": "Red Hat, Inc.",
"license": "Apache-2.0",
"scripts": {