We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53499e3 commit f3cdecaCopy full SHA for f3cdeca
CHANGELOG.md
@@ -4,7 +4,15 @@
4
5
All notable changes to this project will be documented in this file.
6
7
-## 4.13.0 - 2023-05-22
+## 4.14.0 - 2024-11-02
8
+
9
+ - (0876f2b) Add Payment Links API
10
+ - (9ab5e1b) Fix dependency warnings (#176)
11
+ - (87a6c9a) Update supported payment methods
12
+ - (afb6251) IMP-610: Use correct authorize URL
13
+ - (002708c) changelog_uri to gemspec
14
15
+## 4.13.0 - 2024-05-22
16
17
- (09489be) Add HTTP response details to RequestError
18
- (fe5d114) Add Terminals API
lib/mollie/version.rb
@@ -1,3 +1,3 @@
1
module Mollie
2
- VERSION = '4.13.0'.freeze
+ VERSION = '4.14.0'.freeze
3
end
0 commit comments