diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b4c0eb..81414d7 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.3 (2024-07-20) + +- Relax faraday version restriction by @ChristopherBert in https://github.com/savonrb/wasabi/pull/120 + ## 5.0.2 (2024-02-27) - Fix input/output for style="rpc" operations ([#119](https://github.com/savonrb/wasabi/pull/119)). diff --git a/lib/wasabi/version.rb b/lib/wasabi/version.rb index 14f694a..7592c68 100644 --- a/lib/wasabi/version.rb +++ b/lib/wasabi/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Wasabi - VERSION = '5.0.2' + VERSION = '5.0.3' end