diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a81730..bf4b9be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). -## [v2.0.8](https://github.com/xtonwallet/web-extension/compare/v2.0.7...v2.0.8) +## [v2.0.9](https://github.com/xtonwallet/web-extension/compare/v2.0.8...v2.0.9) + +### Commits + +- new version 2.0.8 [`cf95508`](https://github.com/xtonwallet/web-extension/commit/cf955089a83ce9421d9198e39d433790ef144362) +- fix for locale issue [`5bda25a`](https://github.com/xtonwallet/web-extension/commit/5bda25af15e67b4a87273d0eafc41ceb60a417d8) + +## [v2.0.8](https://github.com/xtonwallet/web-extension/compare/v2.0.7...v2.0.8) - 2022-12-30 ### Commits diff --git a/src/manifest.json b/src/manifest.json index dbe70d8..2ba4916 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,6 +1,6 @@ { "homepage_url": "https://xtonwallet.com/", - "version": "2.0.8", + "version": "2.0.9", "name": "__MSG_extName__", "short_name": "__MSG_extShortName__", "description": "__MSG_extDescription__",