From de0baed5f6e9b18b08a66343a18c1cb886be9738 Mon Sep 17 00:00:00 2001 From: Peter Cai <222655+pcai@users.noreply.github.com> Date: Sat, 20 Jul 2024 14:29:55 +0000 Subject: [PATCH] prepare v5.0.3 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 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