diff --git a/.changelog/1844.bugfix.md b/.changelog/1844.bugfix.md deleted file mode 100644 index c9ada58b1d..0000000000 --- a/.changelog/1844.bugfix.md +++ /dev/null @@ -1 +0,0 @@ -Enable Chinese translation diff --git a/.changelog/1845.internal.md b/.changelog/1845.internal.md deleted file mode 100644 index 07d8607e8f..0000000000 --- a/.changelog/1845.internal.md +++ /dev/null @@ -1 +0,0 @@ -Include security headers in the build and release diff --git a/CHANGELOG.md b/CHANGELOG.md index a7ae9da4e7..f420354511 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,18 @@ The format is inspired by [Keep a Changelog]. +## 1.9.1 (2024-02-12) + +### Bug Fixes and Improvements + +- Enable Chinese translation + ([#1844](https://github.com/oasisprotocol/oasis-wallet-web/issues/1844)) + +### Internal Changes + +- Include security headers in the build and release + ([#1845](https://github.com/oasisprotocol/oasis-wallet-web/issues/1845)) + ## 1.9.0 (2024-02-09) ### Features diff --git a/package.json b/package.json index 33979a584f..44c3f60bb2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/lukaw3d/parcel-bundler-json-schemas/main/package_schema.json", "name": "@oasisprotocol/oasis-wallet", - "version": "1.9.0", + "version": "1.9.1", "private": true, "repository": { "type": "git",