diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c8f37d7..75a77172 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.1.7 +## New Features +- New page allowing to blend airdropped NFTs + # v1.1.6 ## Changes - BSC PancakeSwap wBAN-BUSD farm extended to 2021-11-20 3PM UTC. diff --git a/frontend/package.json b/frontend/package.json index c5914390..687cc6a5 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "frontend", - "version": "1.1.6", + "version": "1.1.7", "private": true, "scripts": { "serve": "vue-cli-service serve", diff --git a/package.json b/package.json index b1a19d84..b75884b1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wban-smart-contract", - "version": "1.1.6", + "version": "1.1.7", "description": "dApp for swapping BAN to wBAN on Binance Smart Chain", "author": "Wrap That Potassium ", "license": "GPL-3.0-or-later",