Skip to content

Commit

Permalink
Release 1.44.0 (#463)
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmyjames committed Oct 20, 2022
1 parent 80f762e commit c518b54
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

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.43.0</version>
<version>1.44.0</version>
</dependency>
```

or Gradle:

```gradle
implementation 'com.auth0:auth0:1.43.0'
implementation 'com.auth0:auth0:1.44.0'
```


Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
buildscript {
version = "1.43.0"
version = "1.44.0"
}

plugins {
Expand Down

0 comments on commit c518b54

Please sign in to comment.