diff --git a/CHANGELOG.md b/CHANGELOG.md index d0519b9b8d..df825a6731 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.0.1] - 2025.06.20 +### Added +- Allow a user to block someone else's content from view + + +## [1.0.0] - 2025.06.20 - 5aa693de6337e5dbb278bfddc6bd39094bc14f73 +### Added +- Web-oriented migration from IndexedDB to SQLite + + ## [0.5.8] ### Added - /deep-link/ path for URLs that are shared with people @@ -14,11 +24,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Feed visuals now have arrow imagery from giver to receiver -## [1.0.0] - 2025.06.20 - 5aa693de6337e5dbb278bfddc6bd39094bc14f73 -### Added -- Web-oriented migration from IndexedDB to SQLite - - ## [0.4.7] ### Fixed - Cameras everywhere diff --git a/package-lock.json b/package-lock.json index f7ce5fdde3..fa23e0b57d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "timesafari", - "version": "1.0.1-beta", + "version": "1.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "timesafari", - "version": "1.0.1-beta", + "version": "1.0.1", "dependencies": { "@capacitor-community/sqlite": "6.0.2", "@capacitor-mlkit/barcode-scanning": "^6.0.0", diff --git a/package.json b/package.json index 3cbb4506c4..e9acc6cb7e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "timesafari", - "version": "1.0.1-beta", + "version": "1.0.1", "description": "Time Safari Application", "author": { "name": "Time Safari Team"