We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12a7445 commit de0baedCopy full SHA for de0baed
CHANGELOG.md
@@ -4,6 +4,10 @@
4
5
- _Your new line here. Mind the style of prefix used in the rest of the document._
6
7
+## 5.0.3 (2024-07-20)
8
+
9
+- Relax faraday version restriction by @ChristopherBert in https://github.com/savonrb/wasabi/pull/120
10
11
## 5.0.2 (2024-02-27)
12
13
- Fix input/output for style="rpc" operations ([#119](https://github.com/savonrb/wasabi/pull/119)).
lib/wasabi/version.rb
@@ -1,5 +1,5 @@
1
# frozen_string_literal: true
2
3
module Wasabi
- VERSION = '5.0.2'
+ VERSION = '5.0.3'
end
0 commit comments