From ce0a0e35ac2f0ab65df4135c1385cd0ebd69b084 Mon Sep 17 00:00:00 2001 From: box-sdk-build Date: Wed, 9 Sep 2026 04:01:01 -0700 Subject: [PATCH] chore: release version 10.15.0 --- .codegen.json | 2 +- CHANGELOG.md | 8 ++++++++ box_sdk_gen/networking/version.py | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.codegen.json b/.codegen.json index ab694eb0..9a362042 100644 --- a/.codegen.json +++ b/.codegen.json @@ -1 +1 @@ -{ "engineHash": "322b2fe", "specHash": "88cd5aa", "version": "10.14.0" } +{ "engineHash": "322b2fe", "specHash": "88cd5aa", "version": "10.15.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 11e6ae43..bedca6d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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. +## [10.15.0](https://github.com/box/box-python-sdk/compare/v10.14.0...v10.15.0) (2026-09-09) + + +### New Features and Enhancements + +* add Japanese ZIP code validation to sign request (box/box-openapi[#615](https://github.com/box/box-python-sdk/issues/615)) ([#1559](https://github.com/box/box-python-sdk/issues/1559)) ([9b570c0](https://github.com/box/box-python-sdk/commit/9b570c04998d6a01391a9cd4a042dea427ebb780)) +* Support chunk upload session plan API (box/box-openapi[#616](https://github.com/box/box-python-sdk/issues/616)) ([#1562](https://github.com/box/box-python-sdk/issues/1562)) ([2cfdc80](https://github.com/box/box-python-sdk/commit/2cfdc806a5f66d1ed6f96804551fdae3b9610053)) + ## [10.14.0](https://github.com/box/box-python-sdk/compare/v10.13.0...v10.14.0) (2026-08-05) diff --git a/box_sdk_gen/networking/version.py b/box_sdk_gen/networking/version.py index d70902e4..cbd7fc09 100644 --- a/box_sdk_gen/networking/version.py +++ b/box_sdk_gen/networking/version.py @@ -1 +1 @@ -__version__ = '10.14.0' +__version__ = '10.15.0'