Skip to content

Commit 79ed35b

Browse files
chore: release 3.9.0 (#843)
1 parent fbc783d commit 79ed35b

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

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+
## [3.9.0](https://github.com/box/box-python-sdk/compare/v3.8.1...v3.9.0) (2023-09-06)
6+
7+
8+
### New Features and Enhancements:
9+
10+
* adds get sign template and get sign templates methods on Client ([#835](https://github.com/box/box-python-sdk/issues/835)) ([fbc783d](https://github.com/box/box-python-sdk/commit/fbc783d5af2e75f883f1a0051613c513139f68fb))
11+
* Support create sign request with template ID ([#834](https://github.com/box/box-python-sdk/issues/834)) ([4f11d75](https://github.com/box/box-python-sdk/commit/4f11d7596488194fc740936fe987f42864003d41))
12+
13+
### Bug Fixes:
14+
15+
* ChunkedUploader Resume Not Closing ThreadPoolExecutor Instances ([#840](https://github.com/box/box-python-sdk/issues/840)) ([f210f00](https://github.com/box/box-python-sdk/commit/f210f00ad823d7755309f2e8804641e0debf8197))
16+
517
### [3.8.1](https://github.com/box/box-python-sdk/compare/v3.8.0...v3.8.1) (2023-08-01)
618

719

boxsdk/version.py

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

0 commit comments

Comments
 (0)