diff --git a/CHANGELOG.md b/CHANGELOG.md index fc30f92..e0abdbd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [0.4.0](https://github.com/lidofinance/withdrawals-api/compare/0.3.0...0.4.0) (2023-06-13) + + +### Features + +* remove nft/v2 envs ([#58](https://github.com/lidofinance/withdrawals-api/issues/58)) ([#72](https://github.com/lidofinance/withdrawals-api/issues/72)) ([aa19a6d](https://github.com/lidofinance/withdrawals-api/commit/aa19a6da69f5a35833249f4f21975e1e8e8edaff)) + + + # [0.3.0](https://github.com/lidofinance/withdrawals-api/compare/0.2.2...0.3.0) (2023-05-16) diff --git a/package.json b/package.json index 951bb81..f5526c8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "withdrawals-api", - "version": "0.3.0", + "version": "0.4.0", "description": "Withdrawals API", "author": "Lido team", "private": true,