diff --git a/CHANGELOG.md b/CHANGELOG.md index cf56ae0..1d179a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,15 @@ All notable changes to this project will be documented in this file. -## 4.13.0 - 2023-05-22 +## 4.14.0 - 2024-11-02 + + - (0876f2b) Add Payment Links API + - (9ab5e1b) Fix dependency warnings (#176) + - (87a6c9a) Update supported payment methods + - (afb6251) IMP-610: Use correct authorize URL + - (002708c) changelog_uri to gemspec + +## 4.13.0 - 2024-05-22 - (09489be) Add HTTP response details to RequestError - (fe5d114) Add Terminals API diff --git a/lib/mollie/version.rb b/lib/mollie/version.rb index 8755679..bb08912 100644 --- a/lib/mollie/version.rb +++ b/lib/mollie/version.rb @@ -1,3 +1,3 @@ module Mollie - VERSION = '4.13.0'.freeze + VERSION = '4.14.0'.freeze end