Skip to content

Commit 186306b

Browse files
committed
Release 3.7.0
1 parent af700f6 commit 186306b

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

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

3+
## 3.7.0
4+
5+
- [FEATURE] Add ability to add BIC and payee name to help with Verification of Payee. PR by @tosch
6+
- [CHORE] Introduce ActiveSupport style presence checks as refinement on Object. PR by @bigsolom
7+
38
## 3.6.0
49

510
- [FEATURE] Add ability to add notes. PR by @corny

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.6.0'
18+
VERSION = "3.7.0"
1919
end

0 commit comments

Comments
 (0)