diff --git a/CHANGELOG.md b/CHANGELOG.md index 9917139..e03afd3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased][unreleased] + + +## [0.2.2] - 2018-07-06 ### Changed - Updated dependencies @@ -33,6 +36,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). - example YAML file -[unreleased]: https://github.com/andras-tim/octoconf/compare/v0.2.1...HEAD +[unreleased]: https://github.com/andras-tim/octoconf/compare/v0.2.2...HEAD +[0.2.2]: https://github.com/andras-tim/octoconf/compare/v0.2.1...v0.2.2 [0.2.1]: https://github.com/andras-tim/octoconf/compare/v0.2.0...v0.2.1 [0.2.0]: https://github.com/andras-tim/octoconf/compare/v0.1.0...v0.2.0 diff --git a/setup.py b/setup.py index b36ecae..c47a543 100755 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ def read(*path): setup( name='octoconf', - version='0.2.1', + version='0.2.2', url='https://github.com/andras-tim/octoconf', license='GPLv3', author='Andras Tim',