From fcde7c94a49ff6f9e77ea6bfef1114eea5a692f5 Mon Sep 17 00:00:00 2001 From: Martin Tournoij Date: Mon, 24 Aug 2020 14:50:13 +0800 Subject: [PATCH] Release 1.4 --- CHANGELOG.markdown | 4 ++-- README.markdown | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.markdown b/CHANGELOG.markdown index cd10ca804..7d82d7ad8 100644 --- a/CHANGELOG.markdown +++ b/CHANGELOG.markdown @@ -6,8 +6,8 @@ but not every minor bugfix. The goatcounter.com service generally runs the latest master. -master branch -------------- +2020-08-24 v1.4.0 +----------------- - **Change defaults for `-listen`** (#336) diff --git a/README.markdown b/README.markdown index 8afdae581..b9bf322d4 100644 --- a/README.markdown +++ b/README.markdown @@ -84,14 +84,14 @@ GoatCounter should run on any platform supported by Go, but there are no binaries for them (yet); you'll have to build from source for now (it's not hard, I promise). -Note this README is for the latest master; use the [`release-1.3`][r-1.3] branch -for the 1.3 README. +Note this README is for the latest master; use the [`release-1.4`][r-1.4] branch +for the 1.4 README. 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/zgoat/goatcounter/releases -[r-1.3]: https://github.com/zgoat/goatcounter/tree/release-1.3 +[r-1.4]: https://github.com/zgoat/goatcounter/tree/release-1.4 ### Deploy scripts and such @@ -121,7 +121,7 @@ Generally speaking only the latest release is supported, although critical fixes Compile from source with: - $ git clone -b release-1.3 https://github.com/zgoat/goatcounter.git + $ git clone -b release-1.4 https://github.com/zgoat/goatcounter.git $ cd goatcounter $ go build -ldflags="-X main.version=$(git log -n1 --format='%h_%cI')" ./cmd/goatcounter