diff --git a/CHANGELOG.md b/CHANGELOG.md index 21593aa..2e4b172 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [3.4.18] - 2022-10-27 +### Changed +- Updated dependencies +### Fixed +- Documentation + ## [3.4.17] - 2022-10-27 ### Fixed - API data validation diff --git a/package.json b/package.json index 8d200c2..83e4cc0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "keyoxide-web", - "version": "3.4.17", + "version": "3.4.18", "description": "A modern, secure and privacy-friendly platform to establish your decentralized online identity", "main": "./src/index.js", "type": "module",