diff --git a/CHANGELOG.md b/CHANGELOG.md index dc697d5..ed9b45a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)). diff --git a/lib/mollie/api/client/version.rb b/lib/mollie/api/client/version.rb index aea78da..ba9efa6 100644 --- a/lib/mollie/api/client/version.rb +++ b/lib/mollie/api/client/version.rb @@ -1,7 +1,7 @@ module Mollie module API class Client - VERSION = "2.1.0" + VERSION = "2.2.0" end end end