diff --git a/CHANGELOG.md b/CHANGELOG.md index 29b24d2..a73e500 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.1] - 2024.01.05 +### Added +- Check for notification capability on front screen +- Contact next-public-key-hash in manual textual input +- Confirmation for contact visibility change +- YAML rendering of full claim details + + ## [0.2.0] - 2024.01.04 ### Added - Contact next-public-key-hash diff --git a/package-lock.json b/package-lock.json index 424f831..5ad0b02 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "TimeSafari_Test", - "version": "0.2.1-beta", + "version": "0.2.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "TimeSafari_Test", - "version": "0.2.1-beta", + "version": "0.2.1", "dependencies": { "@ethersproject/hdnode": "^5.7.0", "@fortawesome/fontawesome-svg-core": "^6.4.2", diff --git a/package.json b/package.json index 4e9e723..2452bf5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "TimeSafari_Test", - "version": "0.2.1-beta", + "version": "0.2.1", "private": true, "scripts": { "serve": "vue-cli-service serve",