We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dffe944 commit 0ec23e1Copy full SHA for 0ec23e1
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+### 0.5.16
2
+
3
+- Add Balancing Entry Detail rows in order to construct a Balanced ACH file
4
+ (@samgranieri)
5
6
### 0.5.4
7
8
- Increment batch numbers if not manually set.
Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- ach (0.5.15)
+ ach (0.5.16)
holidays (>= 3.1)
GEM
lib/ach/version.rb
@@ -1,3 +1,3 @@
module ACH
- VERSION = '0.5.15'.freeze
+ VERSION = '0.5.16'.freeze
end
0 commit comments