Skip to content

Commit

Permalink
release v0.10.2 (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
joe94 authored Jul 28, 2021
1 parent 6128522 commit afed689
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,12 @@ 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.10.2]
- Update setLogger Authorization header filtering logic. [#111](https://github.com/xmidt-org/bascule/pull/111)
- Switched to github.com/golang-jwt/jwt to address a security vulnerability. [#112](https://github.com/xmidt-org/bascule/pull/112)
- Fix goconst linting warning [#113](https://github.com/xmidt-org/bascule/pull/113)


## [v0.10.1]
- Added raw parsers for bearer acquirer. [#110](https://github.com/xmidt-org/bascule/pull/110)
Expand Down Expand Up @@ -105,7 +109,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.1...HEAD
[Unreleased]: https://github.com/xmidt-org/bascule/compare/v0.10.2...HEAD
[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
[v0.9.0]: https://github.com/xmidt-org/bascule/compare/v0.8.1...v0.9.0
Expand Down

0 comments on commit afed689

Please sign in to comment.