Skip to content

Commit 0faaa01

Browse files
committed
Prepared v1.4.1
1 parent 951a757 commit 0faaa01

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGES.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11

22
### dev
33

4-
[full changelog](http://github.com/yolk/valvat/compare/v1.4.0...master)
4+
[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))
511

612
### 1.4.0 / 2023-07-20
713

lib/valvat/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
class Valvat
4-
VERSION = '1.4.0'
4+
VERSION = '1.4.1'
55
end

0 commit comments

Comments
 (0)