Skip to content

Commit ed8142c

Browse files
committed
Release v2.2.0
1 parent 3b17ee9 commit ed8142c

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Change Log
22

3+
## [v2.2.0](https://github.com/auth0/go-jwt-middleware/tree/v2.2.0) (2023-12-01)
4+
[Full Changelog](https://github.com/auth0/go-jwt-middleware/compare/v2.1.0...v2.2.0)
5+
6+
**Added**
7+
- add echo example [\#208](https://github.com/auth0/go-jwt-middleware/pull/208) ([mehulgohil](https://github.com/mehulgohil))
8+
- added example for iris web framework [\#199](https://github.com/auth0/go-jwt-middleware/pull/199) ([mehulgohil](https://github.com/mehulgohil))
9+
10+
**Changed**
11+
- ESD-32688: Improve locking and blocking associated with key retrieval [\#225](https://github.com/auth0/go-jwt-middleware/pull/225) ([ewanharris](https://github.com/ewanharris))
12+
- Replace deprecated pkg/errors in favor of Go's standard library [\#189](https://github.com/auth0/go-jwt-middleware/pull/189) ([molaga](https://github.com/molaga))
13+
- Replace square/go-jose with go-jose/go-jose [\#188](https://github.com/auth0/go-jwt-middleware/pull/188) ([sergiught](https://github.com/sergiught))
14+
- Fail to instantiate validator when audience is an empty string [\#183](https://github.com/auth0/go-jwt-middleware/pull/183) ([sergiught](https://github.com/sergiught))
15+
316
<a name="v2.1.0"></a>
417
## [v2.1.0](https://github.com/auth0/go-jwt-middleware/tree/v2.1.0) (2022-11-02)
518

@@ -171,4 +184,4 @@ upgrading. This release will require changes to your application.
171184

172185
### Security
173186

174-
* Update jwt-go to v4 to address CVE-2020-26160 ([#69](https://github.com/auth0/go-jwt-middleware/issues/69))
187+
* Update jwt-go to v4 to address CVE-2020-26160 ([#69](https://github.com/auth0/go-jwt-middleware/issues/69))

0 commit comments

Comments
 (0)