diff --git a/CHANGELOG.md b/CHANGELOG.md index 346ce8c7..c2da0e19 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). -## [Unreleased] +## [2.2.0] - 2018-03-07 ### Changed - Allow `script` to be a single string value in the "common script schema" which applies to hooks and aliases (#102) @@ -147,7 +147,8 @@ This project adheres to [Semantic Versioning](http://semver.org/). First versioned release -[Unreleased]: https://github.com/JonathonReinhart/scuba/compare/v2.1.0...HEAD +[Unreleased]: https://github.com/JonathonReinhart/scuba/compare/v2.2.0...HEAD +[2.2.0]: https://github.com/JonathonReinhart/scuba/compare/v2.1.0...v2.2.0 [2.1.0]: https://github.com/JonathonReinhart/scuba/compare/v2.0.1...v2.1.0 [2.0.1]: https://github.com/JonathonReinhart/scuba/compare/v2.0.0...v2.0.1 [2.0.0]: https://github.com/JonathonReinhart/scuba/compare/v1.7.0...v2.0.0 diff --git a/scuba/version.py b/scuba/version.py index a33997dd..04188a16 100644 --- a/scuba/version.py +++ b/scuba/version.py @@ -1 +1 @@ -__version__ = '2.1.0' +__version__ = '2.2.0'