Skip to content

Commit bf8169d

Browse files
committed
2.3.0 release
1 parent 834a68f commit bf8169d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Diff for: CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This list is not comprehensive, and only lists new features and major changes,
55
but not every minor bugfix. The goatcounter.com service generally runs the
66
latest master.
77

8-
unreleased v2.3.0
8+
2022-10-17 v2.3.0
99
-----------------
1010
- Expand campaigns: the `utm_campaign` or `campaign` parameter now is tracked
1111
separately, and add a dashboard panel for campaigns. See:

Diff for: README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ There are three ways:
8080
Running your own
8181
----------------
8282
**Note this README is for the latest master and may be inaccurate for the latest
83-
released version; use the [`release-2.2`][latest] branch for the 2.1 README.**
83+
released version; use the [`release-2.3`][latest] branch for the 2.1 README.**
8484

8585
The [release page][releases] has binaries for Linux amd64, arm, and arm64. These
8686
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
9595
(security, data loss, etc.) may get backported to previous releases.
9696

9797
[releases]: https://github.com/arp242/goatcounter/releases
98-
[latest]: https://github.com/arp242/goatcounter/tree/release-2.2
98+
[latest]: https://github.com/arp242/goatcounter/tree/release-2.3
9999

100100
### Deploy scripts and such
101101
- ["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
130130

131131
Compile from source with:
132132

133-
$ git clone -b release-2.2 https://github.com/arp242/goatcounter.git
133+
$ git clone -b release-2.3 https://github.com/arp242/goatcounter.git
134134
$ cd goatcounter
135135
$ go build -ldflags="-X zgo.at/goatcounter/v2.Version=$(git log -n1 --format='%h_%cI')" ./cmd/goatcounter
136136

0 commit comments

Comments
 (0)