Skip to content

Commit

Permalink
Release 1.42.0
Browse files Browse the repository at this point in the history
  • Loading branch information
poovamraj committed May 20, 2022
1 parent 33f2b65 commit f0385bd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## [1.42.0](https://github.com/auth0/auth0-java/tree/1.42.0) (2022-05-20)
[Full Changelog](https://github.com/auth0/auth0-java/compare/1.41.0...1.42.0)

**Added**
- Added support for Key management API [\#431](https://github.com/auth0/auth0-java/pull/431) ([poovamraj](https://github.com/poovamraj))
- Support for custom scheme URL [\#429](https://github.com/auth0/auth0-java/pull/429) ([poovamraj](https://github.com/poovamraj))
- Add enabled connections on organization [\#426](https://github.com/auth0/auth0-java/pull/426) ([charliearaya](https://github.com/charliearaya))

## [1.41.0](https://github.com/auth0/auth0-java/tree/1.41.0) (2022-04-19)
[Full Changelog](https://github.com/auth0/auth0-java/compare/1.40.2...1.41.0)

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ Get Auth0 Java via Maven:
<dependency>
<groupId>com.auth0</groupId>
<artifactId>auth0</artifactId>
<version>1.41.0</version>
<version>1.42.0</version>
</dependency>
```

or Gradle:

```gradle
implementation 'com.auth0:auth0:1.41.0'
implementation 'com.auth0:auth0:1.42.0'
```


Expand Down

0 comments on commit f0385bd

Please sign in to comment.