We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 951a757 commit 0faaa01Copy full SHA for 0faaa01
CHANGES.md
@@ -1,7 +1,13 @@
1
2
### dev
3
4
-[full changelog](http://github.com/yolk/valvat/compare/v1.4.0...master)
+[full changelog](http://github.com/yolk/valvat/compare/v1.4.1...master)
5
+
6
+### 1.4.1 / 2024-01-08
7
8
+[full changelog](http://github.com/yolk/valvat/compare/v1.4.0...v1.4.1)
9
10
+* Fixed incorrect variable usage in SOAP request body by [Jay Tabudlo](https://github.com/jaymoneybird))
11
12
### 1.4.0 / 2023-07-20
13
lib/valvat/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
class Valvat
- VERSION = '1.4.0'
+ VERSION = '1.4.1'
end
0 commit comments