diff --git a/CHANGELOG.md b/CHANGELOG.md index 834e2df6..7357059e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.8.0](https://github.com/ledgity-labs/dapp/compare/v1.7.0...v1.8.0) (2023-05-15) + + +### Features + +* **home:** make subtle glow more intense as well as tagline text gradient ([3876fda](https://github.com/ledgity-labs/dapp/commit/3876fda25cba6f5829ffe85184ddb998559aa492)) + ## [1.7.0](https://github.com/ledgity-labs/dapp/compare/v1.6.0...v1.7.0) (2023-05-15) diff --git a/package.json b/package.json index 86f44d5f..68295eb7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ledgity-defi", - "version": "1.7.0", + "version": "1.8.0", "scripts": { "dev": "next dev", "build": "next build",