diff --git a/CHANGELOG.md b/CHANGELOG.md index 0aa0628..dbaa689 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Change Log +## 1.15.0 + +Spotlight change: + +- Further refinement of Oasis branding + ([#339](https://github.com/oasisprotocol/oasis-wallet-ext/pull/339)). + +Internal: + +- Add encrypted data type + ([#324](https://github.com/oasisprotocol/oasis-wallet-ext/pull/324)). + ## 1.14.0 Spotlight change: diff --git a/package.json b/package.json index 946e291..908d4fd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oasisprotocol/rose-wallet-ext", - "version": "1.14.0", + "version": "1.15.0", "private": true, "scripts": { "build": "env NODE_OPTIONS=--openssl-legacy-provider webpack --mode production", diff --git a/public/manifest.json b/public/manifest.json index 5acf3fe..c141c29 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -3,7 +3,7 @@ "short_name": "__MSG_appName__", "description": "__MSG_appDescription__", "manifest_version": 2, - "version": "1.14.0", + "version": "1.15.0", "default_locale": "en", "icons": { "16": "img/oasis.png",