Skip to content

Commit c2a092e

Browse files
chore: release version 4.5.0 (#1357)
1 parent 6bc7d44 commit c2a092e

4 files changed

Lines changed: 11 additions & 3 deletions

File tree

.codegen.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{ "engineHash": "65f6eab", "specHash": "57b3004", "version": "4.4.0" }
1+
{ "engineHash": "65f6eab", "specHash": "57b3004", "version": "4.5.0" }

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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+
## [4.5.0](https://github.com/box/box-python-sdk/compare/v4.4.0...v4.5.0) (2026-03-18)
6+
7+
8+
### New Features and Enhancements:
9+
10+
* **boxsdkgen:** add `canPublicSharedLinkBeCreated` to `Hubs` (box/box-codegen[#928](https://github.com/box/box-python-sdk/issues/928)) ([#1355](https://github.com/box/box-python-sdk/issues/1355)) ([6bc7d44](https://github.com/box/box-python-sdk/commit/6bc7d446457968afa994b8914f9a6437069a5677))
11+
* **boxsdkgen:** Add configurable for SDKs (box/box-codegen[#924](https://github.com/box/box-python-sdk/issues/924)) ([#1348](https://github.com/box/box-python-sdk/issues/1348)) ([ce35a52](https://github.com/box/box-python-sdk/commit/ce35a526eecadf70a9bd14f1ab4ad65131c8a926))
12+
513
## [4.4.0](https://github.com/box/box-python-sdk/compare/v4.3.0...v4.4.0) (2026-02-11)
614

715

box_sdk_gen/networking/version.py

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

boxsdk/version.py

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

0 commit comments

Comments
 (0)