diff --git a/CHANGELOG.md b/CHANGELOG.md index 58208de..8ce1bdd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file. +## 4.7.0 - 2020-02-03 + + - Implemented various API features from the changelog up to and including Tuesday, September 24th, 2019. + +## 4.6.2 - 2019-11-21 + + - Added timeouts configuration for Net::HTTP + +## 4.6.1 - 2019-11-20 + + - Update root certificates + ## 4.6.0 - 2019-10-01 - Add Onboarding APIs (Get onboarding status, Submit onboarding data) diff --git a/lib/mollie/version.rb b/lib/mollie/version.rb index 81a1c65..ef1786c 100644 --- a/lib/mollie/version.rb +++ b/lib/mollie/version.rb @@ -1,3 +1,3 @@ module Mollie - VERSION = '4.6.2'.freeze + VERSION = '4.7.0'.freeze end