From d2d66389b356c81ced76b755d7c631f20d547673 Mon Sep 17 00:00:00 2001 From: box-sdk-build Date: Wed, 5 Aug 2026 03:15:04 -0700 Subject: [PATCH] chore: release version 4.14.0 --- .codegen.json | 2 +- CHANGELOG.md | 9 +++++++++ box_sdk_gen/networking/version.py | 2 +- boxsdk/version.py | 2 +- 4 files changed, 12 insertions(+), 3 deletions(-) diff --git a/.codegen.json b/.codegen.json index 230d4d4a..45f69647 100644 --- a/.codegen.json +++ b/.codegen.json @@ -1 +1 @@ -{ "engineHash": "7b5a612", "specHash": "86fcc6c", "version": "4.13.0" } +{ "engineHash": "7b5a612", "specHash": "86fcc6c", "version": "4.14.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index ee417bdd..f76002f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ 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.14.0](https://github.com/box/box-python-sdk/compare/v4.13.0...v4.14.0) (2026-08-05) + + +### New Features and Enhancements: + +* **boxsdkgen:** add `is_collaborated_content_available_when_owner_inactive` property (box/box-openapi[#613](https://github.com/box/box-python-sdk/issues/613)) ([#1536](https://github.com/box/box-python-sdk/issues/1536)) ([85a3cd9](https://github.com/box/box-python-sdk/commit/85a3cd9a1f7fff7f780cf9fcccb53b11f66608c2)) +* **boxsdkgen:** Added two missing event types (box/box-openapi[#611](https://github.com/box/box-python-sdk/issues/611)) ([#1530](https://github.com/box/box-python-sdk/issues/1530)) ([1fd325e](https://github.com/box/box-python-sdk/commit/1fd325e3e4f7e52f1706dee1799a68d18a54ea64)) +* **boxsdkgen:** Support query APIs (box/box-openapi[#610](https://github.com/box/box-python-sdk/issues/610)) ([#1528](https://github.com/box/box-python-sdk/issues/1528)) ([7ec911d](https://github.com/box/box-python-sdk/commit/7ec911dd47491276480fb833b038b2c0bc500389)) + ## [4.13.0](https://github.com/box/box-python-sdk/compare/v4.12.0...v4.13.0) (2026-07-09) diff --git a/box_sdk_gen/networking/version.py b/box_sdk_gen/networking/version.py index 25937f01..2908f6ae 100644 --- a/box_sdk_gen/networking/version.py +++ b/box_sdk_gen/networking/version.py @@ -1 +1 @@ -__version__ = '4.13.0' +__version__ = '4.14.0' diff --git a/boxsdk/version.py b/boxsdk/version.py index 25937f01..2908f6ae 100644 --- a/boxsdk/version.py +++ b/boxsdk/version.py @@ -1 +1 @@ -__version__ = '4.13.0' +__version__ = '4.14.0'