diff --git a/CHANGELOG.md b/CHANGELOG.md index 6aba059..da4aac7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## 0.16.7 (2026-08-07) - `post` takes `--as npub1...` and refuses to sign as anyone else. The signer that answers is whichever bunker happens to be running, so announcing from diff --git a/package-lock.json b/package-lock.json index 50d045c..160eaca 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "gopherkind", - "version": "0.16.6", + "version": "0.16.7", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "gopherkind", - "version": "0.16.6", + "version": "0.16.7", "license": "MIT", "dependencies": { "nostr-tools": "2.23.9", diff --git a/package.json b/package.json index 9795de3..c992d50 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gopherkind", - "version": "0.16.6", + "version": "0.16.7", "description": "Signed gopherholes on Nostr relays, with Gopher, Gemini, HTTP and CLI readers.", "type": "module", "license": "MIT",