From 8a990a13c1b0ea312c32ab60b52f6882c84aea42 Mon Sep 17 00:00:00 2001 From: box-sdk-build Date: Thu, 11 Jun 2026 02:19:40 -0700 Subject: [PATCH] chore: release version 10.12.0 --- .codegen.json | 2 +- CHANGELOG.md | 9 +++++++++ box_sdk_gen/networking/version.py | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/.codegen.json b/.codegen.json index 4d41c88f..7756a89b 100644 --- a/.codegen.json +++ b/.codegen.json @@ -1 +1 @@ -{ "engineHash": "e392e8c", "specHash": "dd7f7a9", "version": "10.11.0" } +{ "engineHash": "e392e8c", "specHash": "dd7f7a9", "version": "10.12.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 81c7ddf4..6a0417cb 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. +## [10.12.0](https://github.com/box/box-python-sdk/compare/v10.11.0...v10.12.0) (2026-06-11) + + +### New Features and Enhancements + +* Add new event types (box/box-openapi[#1703](https://github.com/box/box-python-sdk/issues/1703)) (box/box-openapi[#605](https://github.com/box/box-python-sdk/issues/605)) ([#1486](https://github.com/box/box-python-sdk/issues/1486)) ([fa0bef9](https://github.com/box/box-python-sdk/commit/fa0bef9ba2ecd43a6490f9f176c45888e1ee03a5)) +* Add new parameters to ai extract structured method (box/box-openapi[#604](https://github.com/box/box-python-sdk/issues/604)) ([#1485](https://github.com/box/box-python-sdk/issues/1485)) ([ba4f5ab](https://github.com/box/box-python-sdk/commit/ba4f5ab5f0b9ad9d5a72fdd9f069fe4c35807986)) +* Expose `errorCode` in sign request schemas (box/box-openapi[#601](https://github.com/box/box-python-sdk/issues/601)) ([#1484](https://github.com/box/box-python-sdk/issues/1484)) ([d2ff760](https://github.com/box/box-python-sdk/commit/d2ff760a62fd1e4df31312d12af891e9e4862728)) + ## [10.11.0](https://github.com/box/box-python-sdk/compare/v10.10.0...v10.11.0) (2026-06-03) diff --git a/box_sdk_gen/networking/version.py b/box_sdk_gen/networking/version.py index 3e1f94e4..3f60f241 100644 --- a/box_sdk_gen/networking/version.py +++ b/box_sdk_gen/networking/version.py @@ -1 +1 @@ -__version__ = '10.11.0' +__version__ = '10.12.0'