Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release: v0.11.1 #161

Merged
merged 1 commit into from
Nov 11, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [v0.11.1]
- [SetLogger Bug: Shared logger among requests creates repeating logging context #159](https://github.com/xmidt-org/bascule/issues/159)
- [CVE-2022-32149 (High) detected in golang.org/x/text-v0.3.7 #153](https://github.com/xmidt-org/bascule/issues/153)

## [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)
Expand Down Expand Up @@ -119,7 +123,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.0...HEAD
[Unreleased]: https://github.com/xmidt-org/bascule/compare/v0.11.1...HEAD
[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
[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
Expand Down