Skip to content

Commit

Permalink
Merge pull request #112 from voucherifyio/release-4.0.0
Browse files Browse the repository at this point in the history
Release 4.0.0
  • Loading branch information
frakti authored Nov 22, 2019
2 parents 8ce790c + 0d17843 commit d393be6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
15 changes: 9 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
<hr />

<p align="center">
<b><a href="#migration-from-1x">Migration from 1.x</a></b>
<b><a href="#migration-to-2x">Migration to 2.x</a></b>
<b><a href="#migration-to-4x">Migration to 4.x</a></b>
|
<b><a href="#setup">Setup</a></b>
|
Expand Down Expand Up @@ -777,7 +778,7 @@ with their namespaced equivalent.

We also recommend to adopt [voucher redemption](#redeem-voucher) method, and don't use deprecated invocation.

### Migration to version 4.x
### Migration to 4.x

This version introduces few major changes:
- drops support for node.js v4 and v6
Expand Down Expand Up @@ -831,10 +832,12 @@ consistent structure, described in details in our [API reference](https://docs.v
Bug reports and pull requests are welcome through [GitHub Issues](https://github.com/voucherifyio/voucherify-nodejs-sdk/issues).

## Changelog
- **2019-11-14** - `3.1.0` - Added support for new method
- Distributions
- Publications
- Create
- **2019-11-22** - `4.0.0`
- Added support for new method
- Distributions
- Publications
- Create
- [breaking change] - dropped support for node.js v4 and v6
- **2019-06-19** - `3.0.0` - Added support for custom API endpoint, that allows to connect to projects created in specific Voucherify region.
- **2019-05-27** - `2.23.0` - Added support for the methods related to the Loyalty Programs
- Rewards
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "voucherify",
"version": "3.0.0",
"version": "4.0.0",
"homepage": "http://www.voucherify.io",
"description": "Official Voucherify SDK for Node.js",
"author": "Voucherify",
Expand Down

0 comments on commit d393be6

Please sign in to comment.