diff --git a/CHANGELOG.md b/CHANGELOG.md index ac1d91f..9bcfbef 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.6.1] - 2023-03-02 +### Fixed +- Fix fingerprint sanitization + ## [3.6.0] - 2023-03-02 ### Added - Forum link in page header diff --git a/package.json b/package.json index 6bc4c17..02b7023 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "keyoxide-web", - "version": "3.6.0", + "version": "3.6.1", "description": "A modern, secure and privacy-friendly platform to establish your decentralized online identity", "main": "./src/index.js", "type": "module",