Skip to content

Commit

Permalink
Release 2.0.0-beta.2 (#513)
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmyjames authored Feb 14, 2023
1 parent b2b991e commit f2e78c0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## [2.0.0 Beta 2](https://github.com/auth0/auth0-java/tree/2.0.0-beta.2) (2023-02-13)
[Full Changelog](https://github.com/auth0/auth0-java/compare/2.0.0-beta.1...2.0.0-beta.2)

**Changed**
- Update to latest java-jwt version [\#512](https://github.com/auth0/auth0-java/pull/512) ([jimmyjames](https://github.com/jimmyjames))

## [2.0.0 Beta 1](https://github.com/auth0/auth0-java/tree/2.0.0-beta.1) (2023-01-26)
[Full Changelog](https://github.com/auth0/auth0-java/compare/2.0.0-beta.0...2.0.0-beta.1)

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@ Add the dependency via Maven:
<dependency>
<groupId>com.auth0</groupId>
<artifactId>auth0</artifactId>
<version>2.0.0-beta.1</version>
<version>2.0.0-beta.2</version>
</dependency>
```

or Gradle:

```gradle
implementation 'com.auth0:auth0:2.0.0-beta.1'
implementation 'com.auth0:auth0:2.0.0-beta.2'
```

### Configure the SDK
Expand Down

0 comments on commit f2e78c0

Please sign in to comment.