diff --git a/CHANGELOG.md b/CHANGELOG.md
index 08b8bdd..e4a923d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,12 +6,21 @@ 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).
+## [0.3.29-beta]
+### Changed
+- Send signed data to nostr endpoints to verify public key ownership.
+### Changed in DB or environment
+- Uses Endorser.ch version 4.1.1
+
+
## [0.3.28]
### Added
- Posting to nostr apps Trustroots & TripHopping
- Display of providers on claim view page
### Changed
- Switched BVC-meeting-ending gift to be a gift from the group.
+### Changed in DB or environment
+- Requires Endorser.ch version 4.1.0
## [0.3.27] - 2024.09.22 - ee23e6f005e47f5bd6f04d804599f6395371b0e4
diff --git a/README.md b/README.md
index 9d07448..8c34380 100644
--- a/README.md
+++ b/README.md
@@ -72,7 +72,7 @@ npm run build
* `rsync -azvu -e "ssh -i ~/.ssh/..." dist ubuntutest@test.timesafari.app:time-safari`
-* Commit changes. Record the new hash in the changelog. Edit package.json to increment version & add "-beta", `npm install`, and commit. Also record what version is on production.
+* Record the new hash in the changelog. Edit package.json to increment version & add "-beta", `npm install`, and commit. Also record what version is on production.
* [Tag with the new version.](https://gitea.anomalistdesign.com/trent_larson/crowd-funder-for-time-pwa/releases)
diff --git a/package-lock.json b/package-lock.json
index 61ca7eb..3ca99ad 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "TimeSafari",
- "version": "0.3.28",
+ "version": "0.3.28-beta",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "TimeSafari",
- "version": "0.3.28",
+ "version": "0.3.28-beta",
"dependencies": {
"@dicebear/collection": "^5.4.1",
"@dicebear/core": "^5.4.1",
diff --git a/package.json b/package.json
index bf38729..7f7a492 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "TimeSafari",
- "version": "0.3.28",
+ "version": "0.3.28-beta",
"scripts": {
"dev": "vite",
"serve": "vite preview",
diff --git a/src/views/NewEditProjectView.vue b/src/views/NewEditProjectView.vue
index fc81dee..b89d353 100644
--- a/src/views/NewEditProjectView.vue
+++ b/src/views/NewEditProjectView.vue
@@ -105,13 +105,11 @@
{{ zoneName }}
-