diff --git a/README.md b/README.md index 2fc160f..4a0605f 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ API: ```groovy dependencies { - compile 'io.voucherify.android.client:voucherify-android-sdk:2.0.0' + compile 'io.voucherify.android.client:voucherify-android-sdk:2.1.0' } ``` @@ -49,7 +49,7 @@ dependencies { io.voucherify.android.client voucherify-android-sdk - 2.0.0 + 2.1.0 ``` @@ -289,6 +289,7 @@ For example to set the button background color to light green: Bug reports and pull requests are welcome through [GitHub Issues](https://github.com/voucherifyio/voucherify-android-sdk/issues). ## Changelog +- **2018-11-17** - `2.1.0` - Increased minSdkVersion to 16 and updated external dependencies - **2018-04-16** - `2.0.0` - Adjusted API for Validation and Redemption - **2018-04-05** - `1.1.0` - Added API for Promotions and Vouchers Listing - **2017-01-02** - `1.0.0` - Unify API with other voucherify SDKs.