From ea64c7848360164552d92a9ee3edc3b100a8dbeb Mon Sep 17 00:00:00 2001 From: Lukasz Kulig Date: Tue, 18 Jan 2022 13:03:25 +0100 Subject: [PATCH] [Release] v.4.1.0 --- README.md | 1 + lib/voucherify/version.rb | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d580dc96..fbbb67b9 100644 --- a/README.md +++ b/README.md @@ -757,6 +757,7 @@ To install this gem onto your local machine, run `bundle exec rake install`. To Bug reports and pull requests are welcome on GitHub at https://github.com/rspective/voucherify-ruby-sdk. ## Changelog +- **2022-01-18** - `4.1.0` - Async Actions support. - **2021-06-14** - `4.0.0` - Bumped required ruby version, bumped dependencies, added `Consents` API support, remove deprecated `URI.escape`. - **2020-03-09** - `3.0.0` - Bumped required ruby version, bumped dependencies, added `list` method in Customers module. - **2019-06-19** - `2.4.0` - Added support for custom API endpoint, that allows to connect to projects created in specific Voucherify region. diff --git a/lib/voucherify/version.rb b/lib/voucherify/version.rb index 5b133927..8f17ddd8 100644 --- a/lib/voucherify/version.rb +++ b/lib/voucherify/version.rb @@ -1,3 +1,3 @@ module Voucherify - VERSION = '4.0.0' + VERSION = '4.1.0' end