diff options
author | Jakub Roztocil <jakub@roztocil.co> | 2024-07-10 16:24:03 +0200 |
---|---|---|
committer | Jakub Roztocil <jakub@roztocil.co> | 2024-07-10 16:24:03 +0200 |
commit | f4cf43ecdd6c5c52b5c4ba91086d5c6ccfebcd6d (patch) | |
tree | 28b383650f0ea9f202f4a769e7dfa969ac86079e | |
parent | 7f03c52d2237440c5a672296ce6955aae4ed4f09 (diff) |
Cleanup
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ef621e4..31054743 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) |