Skip to content

Commit cc6b0cc

Browse files
chore: release 3.12.0 (#881)
1 parent d972f54 commit cc6b0cc

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

Diff for: CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
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+
## [3.12.0](https://github.com/box/box-python-sdk/compare/v3.11.0...v3.12.0) (2024-08-06)
6+
7+
8+
### New Features and Enhancements:
9+
10+
* add create sign request function with different required parameters ([#878](https://github.com/box/box-python-sdk/issues/878)) ([d972f54](https://github.com/box/box-python-sdk/commit/d972f54dcf9962c6b911422793a682d8f6289f9e))
11+
* Support Box AI features ([#877](https://github.com/box/box-python-sdk/issues/877)) ([3026d2a](https://github.com/box/box-python-sdk/commit/3026d2ab9932cd07aa9ff15a3ac3c3c14d3089b0))
12+
513
## [3.11.0](https://github.com/box/box-python-sdk/compare/v3.10.0...v3.11.0) (2024-06-07)
614

715

Diff for: boxsdk/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '3.11.0'
1+
__version__ = '3.12.0'

0 commit comments

Comments
 (0)