Skip to content

Commit

Permalink
chore: release 3.7.0 (#807)
Browse files Browse the repository at this point in the history
  • Loading branch information
box-sdk-build committed Mar 8, 2023
1 parent d1831ba commit 5def338
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,14 @@

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.

## [3.7.0](https://github.com/box/box-python-sdk/compare/v3.6.2...v3.7.0) (2023-03-08)


### New Features and Enhancements:

* Update `retention_policies` and `retention_policy_assignments` ([#803](https://github.com/box/box-python-sdk/issues/803)) ([8b72f7e](https://github.com/box/box-python-sdk/commit/8b72f7e992bce676723a40ac12bde06c8cca3bfb))
* Use multiple threading for chunked upload ([#800](https://github.com/box/box-python-sdk/issues/800)) ([506ce0d](https://github.com/box/box-python-sdk/commit/506ce0d1e72ab4eeb6c5933a32c753e232a2f624))

### [3.6.2](https://github.com/box/box-python-sdk/compare/v3.6.1...v3.6.2) (2023-02-07)


Expand Down
2 changes: 1 addition & 1 deletion boxsdk/version.py
@@ -1 +1 @@
__version__ = '3.6.2'
__version__ = '3.7.0'

0 comments on commit 5def338

Please sign in to comment.