diff --git a/CHANGELOG.md b/CHANGELOG.md index e4a844c40..aa6b326fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ This list is not comprehensive, and only lists new features and major changes, but not every minor bugfix. The goatcounter.com service generally runs the latest master. -unreleased v2.3.0 +2022-10-17 v2.3.0 ----------------- - Expand campaigns: the `utm_campaign` or `campaign` parameter now is tracked separately, and add a dashboard panel for campaigns. See: diff --git a/README.md b/README.md index 62ebfc7aa..c6d2fc0c9 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ There are three ways: Running your own ---------------- **Note this README is for the latest master and may be inaccurate for the latest -released version; use the [`release-2.2`][latest] branch for the 2.1 README.** +released version; use the [`release-2.3`][latest] branch for the 2.1 README.** The [release page][releases] has binaries for Linux amd64, arm, and arm64. These are statically compiled, contain everything you need, and should work in pretty @@ -95,7 +95,7 @@ Generally speaking only the latest release is supported, although critical fixes (security, data loss, etc.) may get backported to previous releases. [releases]: https://github.com/arp242/goatcounter/releases -[latest]: https://github.com/arp242/goatcounter/tree/release-2.2 +[latest]: https://github.com/arp242/goatcounter/tree/release-2.3 ### Deploy scripts and such - ["StackScript" for Linode][stackscript]; Alpine Linux VPS; you can also use @@ -130,7 +130,7 @@ You need Go 1.17 or newer and a C compiler (for SQLite). If you compile it with Compile from source with: - $ git clone -b release-2.2 https://github.com/arp242/goatcounter.git + $ git clone -b release-2.3 https://github.com/arp242/goatcounter.git $ cd goatcounter $ go build -ldflags="-X zgo.at/goatcounter/v2.Version=$(git log -n1 --format='%h_%cI')" ./cmd/goatcounter