diff --git a/.codegen.json b/.codegen.json index b40b05ed..95eb259a 100644 --- a/.codegen.json +++ b/.codegen.json @@ -1 +1 @@ -{ "engineHash": "bcfc85f", "specHash": "88cd5aa", "version": "4.14.0" } +{ "engineHash": "bcfc85f", "specHash": "88cd5aa", "version": "4.15.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index f76002f7..54280dcf 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. +## [4.15.0](https://github.com/box/box-python-sdk/compare/v4.14.0...v4.15.0) (2026-09-09) + + +### New Features and Enhancements: + +* **boxsdkgen:** add Japanese ZIP code validation to sign request (box/box-openapi[#615](https://github.com/box/box-python-sdk/issues/615)) ([#1558](https://github.com/box/box-python-sdk/issues/1558)) ([6aa5cda](https://github.com/box/box-python-sdk/commit/6aa5cda955b9bbf6dc1cb1223a11d49575940ab8)) +* **boxsdkgen:** Support chunk upload session plan API (box/box-openapi[#616](https://github.com/box/box-python-sdk/issues/616)) ([#1560](https://github.com/box/box-python-sdk/issues/1560)) ([d660d35](https://github.com/box/box-python-sdk/commit/d660d3589cc46707b81615adde55d99d2fcb5375)) + ## [4.14.0](https://github.com/box/box-python-sdk/compare/v4.13.0...v4.14.0) (2026-08-05) diff --git a/box_sdk_gen/networking/version.py b/box_sdk_gen/networking/version.py index 2908f6ae..3ea0d2f6 100644 --- a/box_sdk_gen/networking/version.py +++ b/box_sdk_gen/networking/version.py @@ -1 +1 @@ -__version__ = '4.14.0' +__version__ = '4.15.0' diff --git a/boxsdk/version.py b/boxsdk/version.py index 2908f6ae..3ea0d2f6 100644 --- a/boxsdk/version.py +++ b/boxsdk/version.py @@ -1 +1 @@ -__version__ = '4.14.0' +__version__ = '4.15.0'