diff --git a/.codegen.json b/.codegen.json index 6002d494..f83b5da4 100644 --- a/.codegen.json +++ b/.codegen.json @@ -1 +1 @@ -{ "engineHash": "450fb53", "specHash": "d0976fc", "version": "10.6.0" } +{ "engineHash": "450fb53", "specHash": "d0976fc", "version": "10.7.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a695ba0..88fa10b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ 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.7.0](https://github.com/box/box-python-sdk/compare/v10.6.0...v10.7.0) (2026-04-22) + + +### Bug Fixes + +* Correct `retention_length` type hint to accept both integer and string (box/box-codegen[#932](https://github.com/box/box-python-sdk/issues/932)) ([#1382](https://github.com/box/box-python-sdk/issues/1382)) ([e8f93ce](https://github.com/box/box-python-sdk/commit/e8f93ce4da1d2c68d809e4af38741ebf91bc6fe2)) + + +### New Features and Enhancements + +* Add `max_extension_length` field to Retention Policies (box/box-openapi[#593](https://github.com/box/box-python-sdk/issues/593)) ([#1394](https://github.com/box/box-python-sdk/issues/1394)) ([acbb3c6](https://github.com/box/box-python-sdk/commit/acbb3c629be44d0fd6d507f9b164f87439d6083d)) + ## [10.6.0](https://github.com/box/box-python-sdk/compare/v10.5.0...v10.6.0) (2026-04-01) diff --git a/box_sdk_gen/networking/version.py b/box_sdk_gen/networking/version.py index c8c9ced2..bdaac5d6 100644 --- a/box_sdk_gen/networking/version.py +++ b/box_sdk_gen/networking/version.py @@ -1 +1 @@ -__version__ = '10.6.0' +__version__ = '10.7.0'