Skip to content

Commit

Permalink
Release 1.29.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lbalmaceda committed Apr 9, 2021
1 parent b47b033 commit b5eeda4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## [1.29.0](https://github.com/auth0/auth0-java/tree/1.29.0) (2021-04-09)
[Full Changelog](https://github.com/auth0/auth0-java/compare/1.28.1...1.29.0)

**Added**
- Adds method to get an organization's enabled connection and update JavaDocs [\#344](https://github.com/auth0/auth0-java/pull/344) ([jimmyjames](https://github.com/jimmyjames))
- Add Organizations Management API Support [SDK-2437] [\#341](https://github.com/auth0/auth0-java/pull/341) ([jimmyjames](https://github.com/jimmyjames))

## [1.28.1](https://github.com/auth0/auth0-java/tree/1.28.1) (2021-04-05)
[Full Changelog](https://github.com/auth0/auth0-java/compare/1.28.0...1.28.1)

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.28.1</version>
<version>1.29.0</version>
</dependency>
```

or Gradle:

```gradle
implementation 'com.auth0:auth0:1.28.1'
implementation 'com.auth0:auth0:1.29.0'
```


Expand Down

0 comments on commit b5eeda4

Please sign in to comment.