Skip to content

Commit

Permalink
[Release] v.4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lkulig committed Jan 18, 2022
1 parent 2180d49 commit ea64c78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion lib/voucherify/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Voucherify
VERSION = '4.0.0'
VERSION = '4.1.0'
end

0 comments on commit ea64c78

Please sign in to comment.