diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b6d3a889..a8eeac362 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [3.2.1] - 2022-02-23 + +### Fixed +* Fix setting permissions for local sqlite database (thanks to Jan Schejbal for responsible disclosure!) + ## [3.2.0] - 2021-12-23 ### Added @@ -284,8 +289,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * Fix an off-by-one issue when downloading a range of a file (affects library, but not CLI). * Better handling of some errors from the B2 service. -[Unreleased]: https://github.com/Backblaze/B2_Command_Line_Tool/compare/v3.2.0...HEAD -[3.1.0]: https://github.com/Backblaze/B2_Command_Line_Tool/compare/v3.1.0...v3.2.0 +[Unreleased]: https://github.com/Backblaze/B2_Command_Line_Tool/compare/v3.2.1...HEAD +[3.2.1]: https://github.com/Backblaze/B2_Command_Line_Tool/compare/v3.2.0...v3.2.1 +[3.2.0]: https://github.com/Backblaze/B2_Command_Line_Tool/compare/v3.1.0...v3.2.0 [3.1.0]: https://github.com/Backblaze/B2_Command_Line_Tool/compare/v3.0.3...v3.1.0 [3.0.3]: https://github.com/Backblaze/B2_Command_Line_Tool/compare/v3.0.2...v3.0.3 [3.0.2]: https://github.com/Backblaze/B2_Command_Line_Tool/compare/v3.0.1...v3.0.2 diff --git a/requirements.txt b/requirements.txt index eed470153..c3c0411b3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ arrow>=0.8.0,<1.0.0; python_version <= '3.5' arrow>=1.0.2,<2.0.0; python_version >= '3.6' -b2sdk>=1.14.0,<2.0.0 +b2sdk>=1.14.1,<2.0.0 docutils==0.16 idna>=2.2.0; platform_system == 'Java' importlib-metadata>=2.1.1,<3.0.0; python_version <= '3.5'