Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.5.0"
".": "1.6.0"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [1.6.0](https://github.com/descope/descope-java/compare/java-sdk-1.5.0...java-sdk-1.6.0) (2026-09-23)


### Features

* **auth:** support enchanted link over SMS ([#370](https://github.com/descope/descope-java/issues/370)) ([ad62eea](https://github.com/descope/descope-java/commit/ad62eea957ddd4529f1e3e4625121fe786478fd9))
* **exception:** add typed UserConflictException and conflict error codes ([#374](https://github.com/descope/descope-java/issues/374)) ([021df4a](https://github.com/descope/descope-java/commit/021df4a51bca7f88bdc9b9a737f4093371b6d7f4))


### Bug Fixes

* **deps:** update jackson monorepo to v2.22.2 ([#371](https://github.com/descope/descope-java/issues/371)) ([385415c](https://github.com/descope/descope-java/commit/385415ce5ea69cb87f3cb85496482087f6d2f8fb))

## [1.5.0](https://github.com/descope/descope-java/compare/java-sdk-1.4.0...java-sdk-1.5.0) (2026-09-01)


Expand Down
2 changes: 1 addition & 1 deletion examples/check-pwd-policy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.descope</groupId>
<artifactId>check-pwd-policy</artifactId>
<version>1.5.0</version>
<version>1.6.0</version>

<properties>
<maven.compiler.release>17</maven.compiler.release>
Expand Down
2 changes: 1 addition & 1 deletion examples/management-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.descope</groupId>
<artifactId>management-cli</artifactId>
<version>1.5.0</version>
<version>1.6.0</version>

<properties>
<maven.compiler.source>17</maven.compiler.source>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<groupId>com.descope</groupId>
<artifactId>java-sdk</artifactId>
<modelVersion>4.0.0</modelVersion>
<version>1.5.0</version>
<version>1.6.0</version>
<name>${project.groupId}:${project.artifactId}</name>
<description>Java library used to integrate with Descope.</description>
<url>https://github.com/descope/descope-java</url>
Expand Down
Loading