Skip to content

Commit f3cdeca

Browse files
committed
Release 4.14.0
1 parent 53499e3 commit f3cdeca

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,15 @@
44

55
All notable changes to this project will be documented in this file.
66

7-
## 4.13.0 - 2023-05-22
7+
## 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
816

917
- (09489be) Add HTTP response details to RequestError
1018
- (fe5d114) Add Terminals API

lib/mollie/version.rb

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

0 commit comments

Comments
 (0)