Skip to content

Commit 0ec23e1

Browse files
committed
Bump version to 0.5.16
1 parent dffe944 commit 0ec23e1

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
16
### 0.5.4
27

38
- Increment batch numbers if not manually set.

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
ach (0.5.15)
4+
ach (0.5.16)
55
holidays (>= 3.1)
66

77
GEM

lib/ach/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module ACH
2-
VERSION = '0.5.15'.freeze
2+
VERSION = '0.5.16'.freeze
33
end

0 commit comments

Comments
 (0)