diff --git a/CHANGELOG.md b/CHANGELOG.md index f5ed5b1..67677cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,5 +2,9 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [0.1.1] - 2015-11-11 +- Exit on --help +- Support Travis CI Pro + ## [0.1.0] - 2015-10-27 - Initial release diff --git a/travis_log_fetch/__init__.py b/travis_log_fetch/__init__.py index 8f642de..256b7fb 100644 --- a/travis_log_fetch/__init__.py +++ b/travis_log_fetch/__init__.py @@ -5,6 +5,6 @@ from travis_log_fetch.cmdline import main -__version__ = '0.1.0' +__version__ = '0.1.1' main