diff --git a/CHANGELOG.md b/CHANGELOG.md index 66c0a1c..64e6bbf 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.11.3] - [Remove deprecated sallust code #167](https://github.com/xmidt-org/bascule/pull/167) ## [v0.11.2] @@ -131,7 +133,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.11.2...HEAD +[Unreleased]: https://github.com/xmidt-org/bascule/compare/v0.11.3...HEAD +[v0.11.3]: https://github.com/xmidt-org/bascule/compare/v0.11.2...v0.11.3 [v0.11.2]: https://github.com/xmidt-org/bascule/compare/v0.11.1...v0.11.2 [v0.11.1]: https://github.com/xmidt-org/bascule/compare/v0.11.0...v0.11.1 [v0.11.0]: https://github.com/xmidt-org/bascule/compare/v0.10.2...v0.11.0