From bb8e99c1b8ce462383ebd6bc312e7eaf1a41d90b Mon Sep 17 00:00:00 2001 From: box-sdk-build Date: Wed, 29 Apr 2026 23:16:43 -0700 Subject: [PATCH] chore: release version 10.8.0 --- .codegen.json | 2 +- CHANGELOG.md | 7 +++++++ box_sdk_gen/networking/version.py | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.codegen.json b/.codegen.json index c4b22db0..3b548676 100644 --- a/.codegen.json +++ b/.codegen.json @@ -1 +1 @@ -{ "engineHash": "c571efa", "specHash": "f899bf6", "version": "10.7.0" } +{ "engineHash": "c571efa", "specHash": "f899bf6", "version": "10.8.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 88fa10b6..b5fa752b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.8.0](https://github.com/box/box-python-sdk/compare/v10.7.0...v10.8.0) (2026-04-30) + + +### New Features and Enhancements + +* Automate Public API (box/box-openapi[#594](https://github.com/box/box-python-sdk/issues/594)) ([#1409](https://github.com/box/box-python-sdk/issues/1409)) ([3cfb35c](https://github.com/box/box-python-sdk/commit/3cfb35c6a86062658588afd779410bb426472427)) + ## [10.7.0](https://github.com/box/box-python-sdk/compare/v10.6.0...v10.7.0) (2026-04-22) diff --git a/box_sdk_gen/networking/version.py b/box_sdk_gen/networking/version.py index bdaac5d6..d2fd1cdd 100644 --- a/box_sdk_gen/networking/version.py +++ b/box_sdk_gen/networking/version.py @@ -1 +1 @@ -__version__ = '10.7.0' +__version__ = '10.8.0'