diff --git a/CHANGELOG.md b/CHANGELOG.md index fabcf78..f11b954 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.3.1] - 2022-03-15 +### Fixed +- Docker builds +- Static files +- robots.txt content + ## [3.3.0] - 2022-03-15 ### Added - Webpack bundling diff --git a/package.json b/package.json index c842545..5b2a825 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "keyoxide-web", - "version": "3.3.0", + "version": "3.3.1", "description": "A modern, secure and privacy-friendly platform to establish your decentralized online identity", "main": "./src/index.js", "type": "module",