From d46c5e8ea123ebe374b63f57b28fb172c9c24a8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9my=20Greinhofer?= Date: Sat, 21 Jan 2023 13:16:22 -0600 Subject: [PATCH] Prepare the code base for 2.2.0 release (#54) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Prepares the code base for 2.2.0 release. Signed-off-by: Rémy Greinhofer --- CHANGELOG.md | 9 +++++++++ Cargo.toml | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d7b197..e770432 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,15 @@ and this project adheres to ## [Unreleased] +## [2.2.0] - 2022-01-21 + +### Added + +- Added the ability to provide custom HTTP headers to the downloader. [#53] + +[#53]: https://github.com/rgreinho/trauma/pull/53 +[2.2.0]: https://github.com/rgreinho/trauma/releases/tag/2.2.0 + ## [2.1.1] - 2022-11-19 ### Fixed diff --git a/Cargo.toml b/Cargo.toml index 7567249..d4eec4d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "trauma" -version = "2.1.1" +version = "2.2.0" edition = "2021" license = "MIT" description = "Simplify and prettify HTTP downloads"