diff --git a/CHANGELOG.md b/CHANGELOG.md index 3141cb1..bd37258 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## v0.10.0 - fixed Authorization keys in the constructor to be case sensitive. [#74](https://github.com/xmidt-org/bascule/pull/74) - Removed unused check. [#79](https://github.com/xmidt-org/bascule/pull/79) - Removed Logger interface in favor of the go-kit one. [#79](https://github.com/xmidt-org/bascule/pull/79) @@ -97,7 +99,8 @@ 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/xmidt-org/bascule/compare/v0.9.0...HEAD +[Unreleased]: https://github.com/xmidt-org/bascule/compare/v0.10.0...HEAD +[v0.10.0]: https://github.com/xmidt-org/bascule/compare/v0.9.0...v0.10.0 [v0.9.0]: https://github.com/xmidt-org/bascule/compare/v0.8.1...v0.9.0 [v0.8.1]: https://github.com/xmidt-org/bascule/compare/v0.8.0...v0.8.1 [v0.8.0]: https://github.com/xmidt-org/bascule/compare/v0.7.0...v0.8.0