From 71898597fb8b83dc9d6a838f2e1fa92a52ba9602 Mon Sep 17 00:00:00 2001 From: Peter Cai <222655+pcai@users.noreply.github.com> Date: Tue, 27 Feb 2024 19:31:01 +0000 Subject: [PATCH] prepare 5.0.2 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 fa3eadf..1b4c0eb 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.2 (2024-02-27) + +- Fix input/output for style="rpc" operations ([#119](https://github.com/savonrb/wasabi/pull/119)). + ## 5.0.1 (2024-02-13) - Restore support for HTTPI ([#117](https://github.com/savonrb/wasabi/issues/117)). diff --git a/lib/wasabi/version.rb b/lib/wasabi/version.rb index b204777..14f694a 100644 --- a/lib/wasabi/version.rb +++ b/lib/wasabi/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Wasabi - VERSION = '5.0.1' + VERSION = '5.0.2' end