From 29de4ce1151936856cda417767f8c507fc2c201c Mon Sep 17 00:00:00 2001 From: Jakub Roztocil Date: Fri, 19 May 2023 23:41:26 +0200 Subject: v3.2.2 --- CHANGELOG.md | 4 ++++ httpie/__init__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e6aaaafb..b03ffc9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ This document records all notable changes to [HTTPie](https://httpie.io). This project adheres to [Semantic Versioning](https://semver.org/). +## [3.2.2](https://github.com/httpie/httpie/compare/3.2.1...3.2.2) (2022-05-19) + +- Fixed compatibility with urllib3 2.0.0. ([#1499](https://github.com/httpie/httpie/issue/1499)) + ## [3.2.1](https://github.com/httpie/httpie/compare/3.1.0...3.2.1) (2022-05-06) - Improved support for determining auto-streaming when the `Content-Type` header includes encoding information. ([#1383](https://github.com/httpie/httpie/pull/1383)) diff --git a/httpie/__init__.py b/httpie/__init__.py index 1142fc1b..ffe0d354 100644 --- a/httpie/__init__.py +++ b/httpie/__init__.py @@ -3,7 +3,7 @@ HTTPie: modern, user-friendly command-line HTTP client for the API era. """ -__version__ = '3.2.1' +__version__ = '3.2.2' __date__ = '2022-05-06' __author__ = 'Jakub Roztocil' __licence__ = 'BSD' -- cgit v1.2.3