Skip to content

Commit

Permalink
Release 4.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
justincase committed Jan 29, 2023
1 parent 0980cfa commit 521aec2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@

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

## 4.12.0 - 2023-01-29

- (f180b47) Add support for idempotency keys
- (f0a47d1) Payment: add support for cancel_url
- (9db60b3) Order: add support for cancel_url
- (2f88990) Require non-empty ID when fetching a resource

## 4.11.0 - 2022-03-01

- (1ef339e) Add Partner API
Expand Down
2 changes: 1 addition & 1 deletion lib/mollie/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Mollie
VERSION = '4.11.0'.freeze
VERSION = '4.12.0'.freeze
end

0 comments on commit 521aec2

Please sign in to comment.