Skip to content

Commit 823fa37

Browse files
chore: release version 10.15.0 (#1913)
1 parent 2c53878 commit 823fa37

4 files changed

Lines changed: 11 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": "7fa5d4a", "specHash": "131c54a", "version": "10.14.0" }
1+
{ "engineHash": "7fa5d4a", "specHash": "131c54a", "version": "10.15.0" }

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
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.15.0](https://github.com/box/box-java-sdk/compare/v10.14.0...v10.15.0) (2026-07-09)
6+
7+
8+
### New Features and Enhancements
9+
10+
* Add new fields to Hubs(box/box-openapi[#606](https://github.com/box/box-java-sdk/issues/606)) ([#1901](https://github.com/box/box-java-sdk/issues/1901)) ([f590481](https://github.com/box/box-java-sdk/commit/f590481020c9d8670dd1f3a96583b1b7c909c303))
11+
* Setup common default timeout (box/box-codegen[#965](https://github.com/box/box-java-sdk/issues/965)) ([#1905](https://github.com/box/box-java-sdk/issues/1905)) ([a87b8d1](https://github.com/box/box-java-sdk/commit/a87b8d1e10e0f03f61e56b1a3328714bb78efd17))
12+
513
## [10.14.0](https://github.com/box/box-java-sdk/compare/v10.13.0...v10.14.0) (2026-06-11)
614

715

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.14.0"
13+
version = "10.15.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.14.0";
6+
return "10.15.0";
77
}
88
}

0 commit comments

Comments
 (0)