Skip to content

Commit ac9a286

Browse files
chore: release 3.6.1 (#791)
1 parent 205997d commit ac9a286

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
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.6.1](https://github.com/box/box-python-sdk/compare/v3.6.0...v3.6.1) (2023-01-09)
6+
7+
8+
### Bug Fixes:
9+
10+
* Retry CCG and JWT auth requests on connection reset error ([#790](https://github.com/box/box-python-sdk/issues/790)) ([205997d](https://github.com/box/box-python-sdk/commit/205997db9870395b9dd042854c4201338dcf925f)), closes [#789](https://github.com/box/box-python-sdk/issues/789)
11+
512
## [3.6.0](https://github.com/box/box-python-sdk/compare/v3.5.1...v3.6.0) (2023-01-03)
613

714

boxsdk/version.py

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

0 commit comments

Comments
 (0)