Skip to content

Commit f351590

Browse files
authoredAug 22, 2024··
chore: release 3.13.0 (#884)
1 parent c1010e0 commit f351590

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed
 

‎CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
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.13.0](https://github.com/box/box-python-sdk/compare/v3.12.0...v3.13.0) (2024-08-22)
6+
7+
8+
### New Features and Enhancements:
9+
10+
* Add support for get AI agent default ([#883](https://github.com/box/box-python-sdk/issues/883)) ([c1010e0](https://github.com/box/box-python-sdk/commit/c1010e0349847586a9f00046570e975ec48eb0c5))
11+
512
## [3.12.0](https://github.com/box/box-python-sdk/compare/v3.11.0...v3.12.0) (2024-08-06)
613

714

‎boxsdk/version.py

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

0 commit comments

Comments
 (0)
Please sign in to comment.