diff --git a/CHANGELOG.md b/CHANGELOG.md index bc6fbd5..a35ae06 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.4] - 2023-03-27 +### Fixed +- Missing /graphql proxy API endpoint + ## [3.6.3] - 2023-03-27 ### Added - Basic logging diff --git a/package.json b/package.json index 15a9197..cc7030d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "keyoxide-web", - "version": "3.6.3", + "version": "3.6.4", "description": "Verifying online identity with cryptography", "main": "./src/index.js", "type": "module",