Skip to content

Commit b41a072

Browse files
committed
Releasing 3.8.1
1 parent 487f10e commit b41a072

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 3.8.1
4+
5+
- [FIX] Missing rounding in summed_tax_base_amount. PR by @langalex
6+
37
## 3.8.0
48

59
This version introduces a change in the way quantities are handled in the line items to make it

CONTRIBUTORS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,4 @@ Many thanks to the following contributors (in order of contribution)
1818

1919
@ronald (Mr. Ronald) added support for SEPA extra fields and more fields for buyer reference
2020

21+
@langalex (Alexander Lang) fixed a missing rounding

lib/secretariat/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515
=end
1616

1717
module Secretariat
18-
VERSION = "3.8.0"
18+
VERSION = "3.8.1"
1919
end

0 commit comments

Comments
 (0)