Skip to content

Commit

Permalink
Release 2.2.0
Browse files Browse the repository at this point in the history
- Add support for organizations, permissions, profiles, settlement and
  profiles/apikeys resources (#54).
- Remove `jruby` from the build.
  • Loading branch information
Daan van Marsbergen committed Apr 21, 2017
1 parent 28f4ec7 commit a6baefa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@

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

#### 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.

#### 2.1.0 - 2017-02-06
- Add pagination support to resources ([#25](https://github.com/mollie/mollie-api-ruby/issues/25)).

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.1.0"
VERSION = "2.2.0"
end
end
end

0 comments on commit a6baefa

Please sign in to comment.