Skip to content

Commit b895d8b

Browse files
authored
Add changelog for v2.1.0 (#177)
1 parent a9dd2d3 commit b895d8b

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Change Log
22

3+
<a name="v2.1.0"></a>
4+
## [v2.1.0](https://github.com/auth0/go-jwt-middleware/tree/v2.1.0) (2022-11-02)
5+
6+
[Full Changelog](https://github.com/auth0/go-jwt-middleware/compare/v2.0.1...v2.1.0)
7+
8+
### Added
9+
10+
* Allow setting a custom `http.Client` on the `jwks.Provider` ([#151](https://github.com/auth0/go-jwt-middleware/pull/146))
11+
* Add example tests ([#157](https://github.com/auth0/go-jwt-middleware/pull/157))
12+
* Add example for the `gin` web framework ([#175](https://github.com/auth0/go-jwt-middleware/pull/175))
13+
14+
### Fixed
15+
16+
* Fix `CookieTokenExtractor` to not throw error when no cookie present ([#172](https://github.com/auth0/go-jwt-middleware/pull/172))
17+
* Fix panic threat when using type-cast for `customClaims` in `validator` ([#165](https://github.com/auth0/go-jwt-middleware/pull/165))
18+
* Fix authentication error when setting multiple audiences on `validator` ([#176](https://github.com/auth0/go-jwt-middleware/pull/176))
19+
20+
321
<a name="v2.0.1"></a>
422
## [v2.0.1](https://github.com/auth0/go-jwt-middleware/tree/v2.0.1) (2022-03-21)
523

0 commit comments

Comments
 (0)