From 3bf250213e842c1207d39ee7891288160686574f Mon Sep 17 00:00:00 2001 From: Peter Cai <222655+pcai@users.noreply.github.com> Date: Tue, 13 Feb 2024 20:21:54 +0000 Subject: [PATCH] prepare v5.0.1 release --- CHANGELOG.md | 4 ++++ lib/wasabi/version.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ba536c2..fa3eadf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ - _Your new line here. Mind the style of prefix used in the rest of the document._ +## 5.0.1 (2024-02-13) + +- Restore support for HTTPI ([#117](https://github.com/savonrb/wasabi/issues/117)). + ## 5.0.0 (2024-01-08) - Drop support for unsupported rubies (2.7 and below) diff --git a/lib/wasabi/version.rb b/lib/wasabi/version.rb index 748ca90..b204777 100644 --- a/lib/wasabi/version.rb +++ b/lib/wasabi/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Wasabi - VERSION = '5.0.0' + VERSION = '5.0.1' end