diff --git a/CHANGELOG.md b/CHANGELOG.md index 0aebc962..37111cc7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## [1.44.0](https://github.com/auth0/auth0-java/tree/1.44.0) (2022-10-20) +[Full Changelog](https://github.com/auth0/auth0-java/compare/1.43.0...1.44.0) + +**Added** +- Integrate ship orb [\#458](https://github.com/auth0/auth0-java/pull/458) ([jimmyjames](https://github.com/jimmyjames)) +- [SDK-2558] Add support for tenant session cookie [\#457](https://github.com/auth0/auth0-java/pull/457) ([jimmyjames](https://github.com/jimmyjames)) +- Support stage property on Breached Password Detection [\#456](https://github.com/auth0/auth0-java/pull/456) ([ewanharris](https://github.com/ewanharris)) + +**Changed** +- Update to Gradle 6.9.2 [\#455](https://github.com/auth0/auth0-java/pull/455) ([jimmyjames](https://github.com/jimmyjames)) + ## [1.43.0](https://github.com/auth0/auth0-java/tree/1.43.0) (2022-09-19) [Full Changelog](https://github.com/auth0/auth0-java/compare/1.42.0...1.43.0) diff --git a/README.md b/README.md index f2f29046..30a0198a 100644 --- a/README.md +++ b/README.md @@ -16,14 +16,14 @@ Get Auth0 Java via Maven: com.auth0 auth0 - 1.43.0 + 1.44.0 ``` or Gradle: ```gradle -implementation 'com.auth0:auth0:1.43.0' +implementation 'com.auth0:auth0:1.44.0' ``` diff --git a/build.gradle b/build.gradle index 2e2672a4..f2c4bb88 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ buildscript { - version = "1.43.0" + version = "1.44.0" } plugins {