Skip to content

Commit 166a729

Browse files
chore: release version 10.10.0 (#1825)
1 parent a4076e8 commit 166a729

4 files changed

Lines changed: 15 additions & 3 deletions

File tree

.codegen.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{ "engineHash": "c571efa", "specHash": "f899bf6", "version": "10.9.0" }
1+
{ "engineHash": "c571efa", "specHash": "f899bf6", "version": "10.10.0" }

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [10.10.0](https://github.com/box/box-java-sdk/compare/v10.9.0...v10.10.0) (2026-04-30)
6+
7+
8+
### Bug Fixes
9+
10+
* Fix java `oneOf` serialization (box/box-codegen[#942](https://github.com/box/box-java-sdk/issues/942)) ([#1806](https://github.com/box/box-java-sdk/issues/1806)) ([dcd5df6](https://github.com/box/box-java-sdk/commit/dcd5df60f3545983209e58c50ab1648a6d5fb167))
11+
12+
13+
### New Features and Enhancements
14+
15+
* Automate Public API (box/box-openapi[#594](https://github.com/box/box-java-sdk/issues/594)) ([#1820](https://github.com/box/box-java-sdk/issues/1820)) ([41e859a](https://github.com/box/box-java-sdk/commit/41e859acf78844b0a2e28d3d14ca721b88e2a108))
16+
517
## [10.9.0](https://github.com/box/box-java-sdk/compare/v10.8.0...v10.9.0) (2026-04-22)
618

719

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ plugins {
1010
}
1111
group = "com.box"
1212
archivesBaseName = "box-java-sdk"
13-
version = "10.9.0"
13+
version = "10.10.0"
1414
java {
1515
sourceCompatibility = JavaVersion.toVersion(libraryJavaVersion)
1616
targetCompatibility = JavaVersion.toVersion(libraryJavaVersion)

src/main/java/com/box/sdkgen/networking/version/Version.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
public class Version {
44

55
public static String getVersion() {
6-
return "10.9.0";
6+
return "10.10.0";
77
}
88
}

0 commit comments

Comments
 (0)