File tree Expand file tree Collapse file tree
src/main/java/io/opentdf/platform
src/main/java/io/opentdf/platform/sdk Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
2- "." : " 0.13 .0"
2+ "." : " 0.14 .0"
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.14.0] ( https://github.com/opentdf/java-sdk/compare/v0.13.0...v0.14.0 ) (2026-04-21)
4+
5+
6+ ### Features
7+
8+ * ** sdk:** add ergonomic Resource constructors for authorization ([ #354 ] ( https://github.com/opentdf/java-sdk/issues/354 ) ) ([ 9e05ca2] ( https://github.com/opentdf/java-sdk/commit/9e05ca27517cd28dbf97caf721f9a22083ff680d ) )
9+
10+
11+ ### Bug Fixes
12+
13+ * ** ci:** allow release branch scopes in PR title validation ([ #349 ] ( https://github.com/opentdf/java-sdk/issues/349 ) ) ([ 8020a3b] ( https://github.com/opentdf/java-sdk/commit/8020a3b243d36a6f866a6a81b0ca1898871d89e8 ) )
14+
315## [ 0.13.0] ( https://github.com/opentdf/java-sdk/compare/v0.12.0...v0.13.0 ) (2026-04-09)
416
517
Original file line number Diff line number Diff line change 44 <parent >
55 <groupId >io.opentdf.platform</groupId >
66 <artifactId >sdk-pom</artifactId >
7- <version >0.13.1-SNAPSHOT </version >
7+ <version >0.14.0 </version >
88 </parent >
99 <artifactId >cmdline</artifactId >
1010 <properties >
Original file line number Diff line number Diff line change 5353 */
5454class Versions {
5555 // Version of the SDK, managed by release-please.
56- public static final String SDK = "0.13.1-SNAPSHOT " ; // x-release-please-version
56+ public static final String SDK = "0.14.0 " ; // x-release-please-version
5757
5858 // This sdk aims to support this version of the TDF spec; currently 4.3.0.
5959 public static final String TDF_SPEC = "4.3.0" ;
Original file line number Diff line number Diff line change 44 <parent >
55 <artifactId >sdk-pom</artifactId >
66 <groupId >io.opentdf.platform</groupId >
7- <version >0.13.1-SNAPSHOT </version >
7+ <version >0.14.0 </version >
88 </parent >
99
1010 <groupId >io.opentdf.platform</groupId >
Original file line number Diff line number Diff line change 55
66 <groupId >io.opentdf.platform</groupId >
77 <artifactId >sdk-pom</artifactId >
8- <version >0.13.1-SNAPSHOT </version >
8+ <version >0.14.0 </version >
99 <name >io.opentdf.platform:sdk-pom</name >
1010 <description >OpenTDF Java SDK</description >
1111 <url >https://github.com/opentdf/java-sdk</url >
Original file line number Diff line number Diff line change 66 <parent >
77 <artifactId >sdk-pom</artifactId >
88 <groupId >io.opentdf.platform</groupId >
9- <version >0.13.1-SNAPSHOT </version >
9+ <version >0.14.0 </version >
1010 </parent >
1111 <packaging >jar</packaging >
1212 <properties >
Original file line number Diff line number Diff line change 1313class Version implements Comparable <Version > {
1414
1515 // Version of the SDK, managed by release-please.
16- public static final String SDK = "0.13.1-SNAPSHOT " ; // x-release-please-version
16+ public static final String SDK = "0.14.0 " ; // x-release-please-version
1717
1818 private final int major ;
1919 private final int minor ;
You can’t perform that action at this time.
0 commit comments