From b6414ad1ce35878e962dcab931dd8fdf8b9ea714 Mon Sep 17 00:00:00 2001 From: box-sdk-build Date: Fri, 7 Jun 2024 05:51:21 -0700 Subject: [PATCH] chore: release 3.11.0 --- CHANGELOG.md | 7 +++++++ boxsdk/version.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 778b1e69..f9f11aff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.11.0](https://github.com/box/box-python-sdk/compare/v3.10.0...v3.11.0) (2024-06-07) + + +### New Features and Enhancements: + +* Use upload session `urls` for chunk upload ([#875](https://github.com/box/box-python-sdk/issues/875)) ([c67b03c](https://github.com/box/box-python-sdk/commit/c67b03c7d88533773d62d72f0b626031805d61eb)) + ## [3.10.0](https://github.com/box/box-python-sdk/compare/v3.9.2...v3.10.0) (2024-05-22) diff --git a/boxsdk/version.py b/boxsdk/version.py index 3f3750c9..b8b2efb8 100644 --- a/boxsdk/version.py +++ b/boxsdk/version.py @@ -1 +1 @@ -__version__ = '3.10.0' +__version__ = '3.11.0'