We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35f2acc commit 5257fa2Copy full SHA for 5257fa2
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# v0.8.1
2
+
3
+- Handle missing amount information in Entry Transaction
4
5
# v0.8.0
6
7
- Add basic support for camt.054.001.08
Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- sepa_file_parser (0.8.0)
+ sepa_file_parser (0.8.1)
bigdecimal
nokogiri
time
lib/sepa_file_parser/version.rb
@@ -2,6 +2,6 @@
module SepaFileParser
- VERSION = '0.8.0'
+ VERSION = '0.8.1'
end
0 commit comments