Skip to content

Commit

Permalink
Release 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Daan van Marsbergen committed Sep 13, 2017
1 parent cac8b50 commit dfc9db7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@

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

#### 2.2.1 - 2017-09-13
- Added support for gift card method.
- Added support for `invoice` endpoint.
- Improved support for `refunds` endpoint.
- Added and updated examples.

#### 2.2.0 - 2017-04-21
- Add support for organizations, permissions, profiles, settlement and profiles/apikeys resources ([#54](https://github.com/mollie/mollie-api-ruby/issues/54)).
- Remove `jruby` from the build.
Expand Down
2 changes: 1 addition & 1 deletion lib/mollie/api/client/version.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module Mollie
module API
class Client
VERSION = "2.2.0"
VERSION = "2.2.1"
end
end
end

0 comments on commit dfc9db7

Please sign in to comment.