We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af700f6 commit 186306bCopy full SHA for 186306b
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
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
8
## 3.6.0
9
10
- [FEATURE] Add ability to add notes. PR by @corny
lib/secretariat/version.rb
@@ -15,5 +15,5 @@
15
=end
16
17
module Secretariat
18
- VERSION = '3.6.0'
+ VERSION = "3.7.0"
19
end
0 commit comments