Skip to content

Commit b15da81

Browse files
authored
Release 2.1.0 (#524)
1 parent 219b0c2 commit b15da81

2 files changed

Lines changed: 13 additions & 2 deletions

File tree

CHANGELOG.md

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

3+
## [2.1.0](https://github.com/auth0/auth0-java/tree/2.1.0) (2023-03-31)
4+
[Full Changelog](https://github.com/auth0/auth0-java/compare/2.0.0...2.1.0)
5+
6+
**Added**
7+
- Add missing LogEvent fields [\#521](https://github.com/auth0/auth0-java/pull/521) ([jimmyjames](https://github.com/jimmyjames))
8+
9+
**Changed**
10+
- authentication_methods is an object, not a string [\#520](https://github.com/auth0/auth0-java/pull/520) ([jimmyjames](https://github.com/jimmyjames))
11+
- Bump jackson dependency to 2.14.2 [\#522](https://github.com/auth0/auth0-java/pull/522) ([jimmyjames](https://github.com/jimmyjames))
12+
- Update java-jwt dependency to 4.4.0 [\#523](https://github.com/auth0/auth0-java/pull/523) ([jimmyjames](https://github.com/jimmyjames))
13+
314
## [2.0.0](https://github.com/auth0/auth0-java/tree/2.0.0) (2023-02-23)
415
[Full Changelog](https://github.com/auth0/auth0-java/compare/1.44.2...2.0.0)
516

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.0.0</version>
37+
<version>2.1.0</version>
3838
</dependency>
3939
```
4040

4141
or Gradle:
4242

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

4747
### Configure the SDK

0 commit comments

Comments
 (0)