Skip to content

Commit

Permalink
2.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
arp242 committed Oct 17, 2022
1 parent 834a68f commit bf8169d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit bf8169d

Please sign in to comment.