summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
-rw-r--r--docs/CHANGELOG.md6
3 files changed, 8 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 4438918..6930779 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1753,7 +1753,7 @@ checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
[[package]]
name = "viewercount"
-version = "0.1.2"
+version = "0.2.0"
dependencies = [
"anyhow",
"clap",
diff --git a/Cargo.toml b/Cargo.toml
index 8b9e8df..a2ba3ab 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "viewercount"
-version = "0.1.2"
+version = "0.2.0"
edition = "2021"
authors = ["sommerfeld <sommerfeld@sommerfeld.dev>"]
description = "Updates nostr Live Events with the number of HLS connections"
diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md
index 5182269..c366588 100644
--- a/docs/CHANGELOG.md
+++ b/docs/CHANGELOG.md
@@ -1,3 +1,9 @@
+0.2.0 (2024-07-05)
+------------------
+* Changed NIP46 login to use a in-client autogenerated nostrconnect URI that
+gets also printed as a QR code to be scanned by an app like Amber
+* Demoted pasting nsecbunker URI behind a '--use-nsecbunker' flag.
+
0.1.2 (2024-06-30)
------------------
* Fixed updating old version of replaceable events