diff --git a/CHANGELOG.md b/CHANGELOG.md index 1697074..dfbb370 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ + +## 0.1.1 (2017-05-15) + + +#### Doc + +* update README with run steps ([3d6b5aa2](https://github.com/loads/ardere/commit/3d6b5aa2e6277a33e1a464d30168bbc2f406c512)) + +#### Bug Fixes + +* bump wait for cluster ready from 10 to 30 minutes ([a23115b8](https://github.com/loads/ardere/commit/a23115b8bc20f4e7b44ef4bf78b3687069ea1253)) + + + ## 0.1 (2017-04-25) diff --git a/ardere/__init__.py b/ardere/__init__.py index 91d8ad1..a4d1335 100644 --- a/ardere/__init__.py +++ b/ardere/__init__.py @@ -1 +1 @@ -__version__ = '0.1' # pragma: nocover +__version__ = '0.1.1' # pragma: nocover