From 279eed5380502098f047a2de35317c92bcbe0878 Mon Sep 17 00:00:00 2001 From: Peter Cai <222655+pcai@users.noreply.github.com> Date: Thu, 13 Jun 2024 18:20:19 +0000 Subject: [PATCH] prepare v4.0.2 release --- CHANGELOG.md | 4 ++++ lib/httpi/version.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eff29d1..ab03513 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ * Add your changelog entry here +### 4.0.2 (2024-06-13) + +* Don't change http header casing by @pcai in https://github.com/savonrb/httpi/pull/249 + ### 4.0.1 (2024-02-16) HTTPI is officially in maintenance mode. Our emphasis will now be on bugs, security fixes, and compatibility with the wider ecosystem. See [this issue](https://github.com/savonrb/httpi/issues/238) for details. diff --git a/lib/httpi/version.rb b/lib/httpi/version.rb index f427d61..50f2ce4 100644 --- a/lib/httpi/version.rb +++ b/lib/httpi/version.rb @@ -1,3 +1,3 @@ module HTTPI - VERSION = '4.0.1' + VERSION = '4.0.2' end