From 51199e1d8fefa40d3985c19617063524a72157ef Mon Sep 17 00:00:00 2001 From: Daan van Marsbergen Date: Mon, 6 Feb 2017 15:11:53 +0000 Subject: [PATCH] Release 2.1.0 --- CHANGELOG.md | 3 +++ lib/mollie/api/client/version.rb | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 56490e6..dc697d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file. +#### 2.1.0 - 2017-02-06 + - Add pagination support to resources ([#25](https://github.com/mollie/mollie-api-ruby/issues/25)). + #### 2.0.1 - 2016-12-16 - Update bundled cacert.pem file. Follows Mozilla's recommendations on invalid certificates. diff --git a/lib/mollie/api/client/version.rb b/lib/mollie/api/client/version.rb index 7ef8dc3..aea78da 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.0.1" + VERSION = "2.1.0" end end end