From 4a8d48c960209be011dce97cb3af66cc55f87cbd Mon Sep 17 00:00:00 2001 From: Owen Cabalceta Date: Fri, 20 Jan 2023 10:49:35 -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 812840a..d199520 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.4] - [Bug: Normalize both url path and capability substring for endpoint authorization #170](https://github.com/xmidt-org/bascule/issues/170) ## [v0.11.3] @@ -134,7 +136,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.3...HEAD +[Unreleased]: https://github.com/xmidt-org/bascule/compare/v0.11.4...HEAD +[v0.11.4]: https://github.com/xmidt-org/bascule/compare/v0.11.3...v0.11.4 [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