From ee30f6aa4970b31a85f8cf8103e48f22f0979cbf Mon Sep 17 00:00:00 2001 From: Owen Cabalceta Date: Wed, 11 Jan 2023 11:41:11 -0500 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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