diff --git a/CHANGELOG.md b/CHANGELOG.md index d89b9e3..d0af106 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [v0.2.0] + - Added checks + - Added configurable behavior on a key not found in `enforcer` + - Fixed error message in a check + - Added logging to `constructor` and `enforcer` + ## [v0.1.1] - Changed a check to be more generic - Fixed byte-ifying the value for Bearer parsing @@ -15,6 +21,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Added constructor, enforcer, and listener alice decorators - Basic code and structure established -[Unreleased]: https://github.com/Comcast/comcast-bascule/compare/v0.1.1...HEAD +[Unreleased]: https://github.com/Comcast/comcast-bascule/compare/v0.2.0...HEAD +[v0.2.0]: https://github.com/Comcast/comcast-bascule/compare/0.1.1...v0.2.0 [v0.1.1]: https://github.com/Comcast/comcast-bascule/compare/0.1.0...v0.1.1 -[v0.1.0]: https://github.com/Comcast/comcast-bascule/compare/0.0.0...v0.1.0 \ No newline at end of file +[v0.1.0]: https://github.com/Comcast/comcast-bascule/compare/0.0.0...v0.1.0