From f4cf43ecdd6c5c52b5c4ba91086d5c6ccfebcd6d Mon Sep 17 00:00:00 2001 From: Jakub Roztocil Date: Wed, 10 Jul 2024 16:24:03 +0200 Subject: [PATCH] Cleanup --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ef621e474..310547435e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ This project adheres to [Semantic Versioning](https://semver.org/). ## [3.2.3](https://github.com/httpie/cli/compare/3.2.2...3.2.3) (2024-07-10) -- Fix SSL connections by pinning the `requests` version to `2.31.0`. ([#1583], [#1581]) +- Fix SSL connections by pinning the `requests` version to `2.31.0`. (#1583, #1581) - Make it possible to [unset](https://httpie.io/docs/cli/default-request-headers) the `User-Agent` and `Accept-Encoding` request headers. ([#1502](https://github.com/httpie/cli/issues/1502)) ## [3.2.2](https://github.com/httpie/cli/compare/3.2.1...3.2.2) (2023-05-19)