Skip to content

Commit 9eab0cc

Browse files
authored
Release 2.2.0 (#533)
2 parents f8bad44 + d2a0851 commit 9eab0cc

2 files changed

Lines changed: 12 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Change Log
22

3+
## [2.2.0](https://github.com/auth0/auth0-java/tree/2.2.0) (2023-05-02)
4+
[Full Changelog](https://github.com/auth0/auth0-java/compare/2.1.0...2.2.0)
5+
6+
**Added**
7+
- Add support for client credential management [\#525](https://github.com/auth0/auth0-java/pull/525) ([jimmyjames](https://github.com/jimmyjames))
8+
9+
**Fixed**
10+
- Fix headers to lowercase [\#528](https://github.com/auth0/auth0-java/pull/528) ([alexz75](https://github.com/alexz75))
11+
12+
313
## [2.1.0](https://github.com/auth0/auth0-java/tree/2.1.0) (2023-03-31)
414
[Full Changelog](https://github.com/auth0/auth0-java/compare/2.0.0...2.1.0)
515

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@ Add the dependency via Maven:
3434
<dependency>
3535
<groupId>com.auth0</groupId>
3636
<artifactId>auth0</artifactId>
37-
<version>2.1.0</version>
37+
<version>2.2.0</version>
3838
</dependency>
3939
```
4040

4141
or Gradle:
4242

4343
```gradle
44-
implementation 'com.auth0:auth0:2.1.0'
44+
implementation 'com.auth0:auth0:2.2.0'
4545
```
4646

4747
### Configure the SDK

0 commit comments

Comments
 (0)