From d33a66462a4d80c0c927c515c43d3378e823a832 Mon Sep 17 00:00:00 2001 From: box-sdk-build Date: Thu, 30 Apr 2026 02:28:54 -0700 Subject: [PATCH] chore: release version 4.8.0 --- .codegen.json | 2 +- CHANGELOG.md | 7 +++++++ box_sdk_gen/networking/version.py | 2 +- boxsdk/version.py | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.codegen.json b/.codegen.json index 05333b3f..1f178180 100644 --- a/.codegen.json +++ b/.codegen.json @@ -1 +1 @@ -{ "engineHash": "c571efa", "specHash": "f899bf6", "version": "4.7.0" } +{ "engineHash": "c571efa", "specHash": "f899bf6", "version": "4.8.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index f270b0fa..f1c39fdd 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. +## [4.8.0](https://github.com/box/box-python-sdk/compare/v4.7.0...v4.8.0) (2026-04-30) + + +### New Features and Enhancements: + +* **boxsdkgen:** Automate Public API (box/box-openapi[#594](https://github.com/box/box-python-sdk/issues/594)) ([#1412](https://github.com/box/box-python-sdk/issues/1412)) ([4a39dcc](https://github.com/box/box-python-sdk/commit/4a39dccd6ea375d364687eb9d17f60233e98f37f)) + ## [4.7.0](https://github.com/box/box-python-sdk/compare/v4.6.0...v4.7.0) (2026-04-22) diff --git a/box_sdk_gen/networking/version.py b/box_sdk_gen/networking/version.py index 372a5079..0d53216d 100644 --- a/box_sdk_gen/networking/version.py +++ b/box_sdk_gen/networking/version.py @@ -1 +1 @@ -__version__ = '4.7.0' +__version__ = '4.8.0' diff --git a/boxsdk/version.py b/boxsdk/version.py index 372a5079..0d53216d 100644 --- a/boxsdk/version.py +++ b/boxsdk/version.py @@ -1 +1 @@ -__version__ = '4.7.0' +__version__ = '4.8.0'