diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a5f615..1065c84 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [3.4.12] - 2022-10-06 +### Fixed +- Caching of keys + ## [3.4.11] - 2022-10-06 ### Added - Caching of keys (experimental; opt-in) diff --git a/package.json b/package.json index f6a7464..26c8818 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "keyoxide-web", - "version": "3.4.11", + "version": "3.4.12", "description": "A modern, secure and privacy-friendly platform to establish your decentralized online identity", "main": "./src/index.js", "type": "module",