summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2020-11-17 18:04:25 +0100
committerFlorian Dold <florian@dold.me>2020-11-17 18:04:25 +0100
commit636d3cd30cd456099d16500c8126ce96babcf60b (patch)
tree2359a605a2b091e2fe85191c1685caf2a43b8c0e
parent660ddcf885425cabc20fce2139c52c9ae74be9f1 (diff)
downloadwallet-core-636d3cd30cd456099d16500c8126ce96babcf60b.tar.gz
wallet-core-636d3cd30cd456099d16500c8126ce96babcf60b.tar.bz2
wallet-core-636d3cd30cd456099d16500c8126ce96babcf60b.zip
changelog
-rw-r--r--CHANGELOG.md1
-rw-r--r--packages/taler-wallet-webextension/manifest.json4
2 files changed, 3 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 21bc24a49..cef8cca7f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
* The repository is now structured as a collection of packages (= "monorepo") managed by pnpm.
+* The wallet now uses error codes from the GANA registry consistently and has improved error reporting.
### Added
diff --git a/packages/taler-wallet-webextension/manifest.json b/packages/taler-wallet-webextension/manifest.json
index 32412636b..07fec04ed 100644
--- a/packages/taler-wallet-webextension/manifest.json
+++ b/packages/taler-wallet-webextension/manifest.json
@@ -4,8 +4,8 @@
"name": "GNU Taler Wallet (git)",
"description": "Privacy preserving and transparent payments",
"author": "GNU Taler Developers",
- "version": "0.8.0.2",
- "version_name": "0.8.0-rc.2",
+ "version": "0.8.0.3",
+ "version_name": "0.8.0",
"minimum_chrome_version": "51",
"minimum_opera_version": "36",