Skip to content

Commit

Permalink
Merge pull request #162 from xmidt-org/denopink/release/v0.11.2
Browse files Browse the repository at this point in the history
Release: v0.11.2
  • Loading branch information
denopink authored Nov 30, 2022
2 parents 02dc1d4 + 97af525 commit 99fa145
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,11 @@ 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.2]
- [SetLogger Bug: Shared logger among requests creates repeating logging context #159](https://github.com/xmidt-org/bascule/issues/159)
- [Enable & Fix Linter #149](https://github.com/xmidt-org/bascule/issues/149)
- [Remove go-kit/kit & go-kit/log #148](https://github.com/xmidt-org/bascule/issues/148)
- [Remove go-kit/kit/log & go-kit/log #148](https://github.com/xmidt-org/bascule/issues/148)
- [Move to zap logger #103](https://github.com/xmidt-org/bascule/issues/103)
- Security patch, remove debug logged token

Expand Down Expand Up @@ -127,7 +130,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.1...HEAD
[Unreleased]: https://github.com/xmidt-org/bascule/compare/v0.11.2...HEAD
[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
[v0.10.2]: https://github.com/xmidt-org/bascule/compare/v0.10.1...v0.10.2
Expand Down

0 comments on commit 99fa145

Please sign in to comment.