Skip to content

Commit aa4acf8

Browse files
chore: release version 1.12.0 (#486)
1 parent 46399d8 commit aa4acf8

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

.codegen.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{ "engineHash": "22f85cc", "specHash": "f20ba3f", "version": "1.11.1" }
1+
{ "engineHash": "22f85cc", "specHash": "f20ba3f", "version": "1.12.0" }

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
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.
44

5+
## [1.12.0](https://github.com/box/box-python-sdk-gen/compare/v1.11.1...v1.12.0) (2025-02-20)
6+
7+
8+
### Bug Fixes
9+
10+
* Fix handling responses with invalid JSON (box/box-codegen[#667](https://github.com/box/box-python-sdk-gen/issues/667)) ([#485](https://github.com/box/box-python-sdk-gen/issues/485)) ([46399d8](https://github.com/box/box-python-sdk-gen/commit/46399d8d91d9a22c75e03e870b091cac6d81237f)), closes [#470](https://github.com/box/box-python-sdk-gen/issues/470)
11+
12+
13+
### New Features and Enhancements
14+
15+
* Support AI Studio API (box/box-codegen[#626](https://github.com/box/box-python-sdk-gen/issues/626)) ([#483](https://github.com/box/box-python-sdk-gen/issues/483)) ([bd7fefa](https://github.com/box/box-python-sdk-gen/commit/bd7fefad8f2d941676732ea66c5b0d75bae9e703))
16+
517
### [1.11.1](https://github.com/box/box-python-sdk-gen/compare/v1.11.0...v1.11.1) (2025-02-12)
618

719

box_sdk_gen/networking/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '1.11.1'
1+
__version__ = '1.12.0'

0 commit comments

Comments
 (0)