diff --git a/CHANGELOG.md b/CHANGELOG.md index f6f44fc40..a53767f0e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,19 @@ upcoming release can be found in [changelog.d](changelog.d). +## [4.1.0](https://github.com/Backblaze/B2_Command_Line_Tool/releases/tag/v4.1.0) - 2024-07-31 + + +### Fixed + +- Update `b2sdk` to 2.5.0, to fix `TruncatedOutput` download errors when network is congested (e.g., due use of high downloader thread count). ([#554](https://github.com/Backblaze/B2_Command_Line_Tool/issues/554)) + +### Added + +- Add `b2 file unhide` command. +- Support both new `b2_uri` and deprecated `bucket_name file_name` arguments in `b2 file hide`. + + ## [4.0.3](https://github.com/Backblaze/B2_Command_Line_Tool/releases/tag/v4.0.3) - 2024-06-19 diff --git a/changelog.d/+b2_file_hide.added.md b/changelog.d/+b2_file_hide.added.md deleted file mode 100644 index df657d7f9..000000000 --- a/changelog.d/+b2_file_hide.added.md +++ /dev/null @@ -1 +0,0 @@ -Support new `b2_uri` and deprecated `bucket_name file_name` arguments in `b2 file hide`. diff --git a/changelog.d/+b2_file_unhide.added.md b/changelog.d/+b2_file_unhide.added.md deleted file mode 100644 index 3e4c7612c..000000000 --- a/changelog.d/+b2_file_unhide.added.md +++ /dev/null @@ -1 +0,0 @@ -Add `b2 file unhide` command. \ No newline at end of file diff --git a/changelog.d/554.fixed.md b/changelog.d/554.fixed.md deleted file mode 100644 index c6967573b..000000000 --- a/changelog.d/554.fixed.md +++ /dev/null @@ -1 +0,0 @@ -Update `b2sdk` to 2.5.0, to fix `TruncatedOutput` download errors when network is congested (e.g., due use of high downloader thread count).