From 9c9fac4bb4836c70e056e8f8ce5b60de37966660 Mon Sep 17 00:00:00 2001 From: Owen Cabalceta Date: Tue, 16 Aug 2022 19:52:16 -0400 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0855b07..2185886 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.0] - Refactored basculehttp to use Clortho instead of key package. [135](https://github.com/xmidt-org/bascule/pull/135) - Update dependencies. [131](https://github.com/xmidt-org/bascule/pull/131) - [github.com/gorilla/sessions v1.2.1 cwe-613 no patch available](https://ossindex.sonatype.org/vulnerability/sonatype-2021-4899) @@ -117,7 +119,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.10.2...HEAD +[Unreleased]: https://github.com/xmidt-org/bascule/compare/v0.11.0...HEAD +[v0.11.0]: https://github.com/xmidt-org/bascule/compare/v0.10.2...v0.11.0 [v0.10.2]: https://github.com/xmidt-org/bascule/compare/v0.10.1...v0.10.2 [v0.10.1]: https://github.com/xmidt-org/bascule/compare/v0.10.0...v0.10.1 [v0.10.0]: https://github.com/xmidt-org/bascule/compare/v0.9.0...v0.10.0