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