We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 487f10e commit b41a072Copy full SHA for b41a072
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 3.8.1
4
+
5
+- [FIX] Missing rounding in summed_tax_base_amount. PR by @langalex
6
7
## 3.8.0
8
9
This version introduces a change in the way quantities are handled in the line items to make it
CONTRIBUTORS.md
@@ -18,3 +18,4 @@ Many thanks to the following contributors (in order of contribution)
18
19
@ronald (Mr. Ronald) added support for SEPA extra fields and more fields for buyer reference
20
21
+@langalex (Alexander Lang) fixed a missing rounding
lib/secretariat/version.rb
@@ -15,5 +15,5 @@
15
=end
16
17
module Secretariat
- VERSION = "3.8.0"
+ VERSION = "3.8.1"
end
0 commit comments