From 4c5b988c9f4e1b1c05063e27e29c1e47c6546034 Mon Sep 17 00:00:00 2001 From: Patrick Simon Date: Thu, 20 Aug 2020 15:09:18 -0700 Subject: [PATCH] Update for v2.50.1 --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ff52b8884..18778d089 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,9 @@ ## Next Release - +## 2.50.1 [2020-08-20] +- Fix bug that occurred when downscoping a token for a Box folder + ## 2.50.0 [2020-07-21] - API request creation errors are now retried with the same automatic retry logic as 429 and 5XX response errors ([#828](https://github.com/box/box-java-sdk/pull/828))