Skip to content

Commit 8126277

Browse files
committed
Update GeoIP database, release 1.4.1
1 parent 877d9a8 commit 8126277

File tree

4 files changed

+26
-17
lines changed

4 files changed

+26
-17
lines changed

CHANGELOG.markdown

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@ but not every minor bugfix.
66

77
The goatcounter.com service generally runs the latest master.
88

9+
2020-09-04 v1.4.1
10+
-----------------
11+
12+
A few small updates, fixes, and performance enhancements. Nothing major.
13+
14+
You can see a list of changes in the git log:
15+
https://github.com/zgoat/goatcounter/compare/v1.4.0...v1.4.1
16+
17+
918
2020-08-24 v1.4.0
1019
-----------------
1120

deploy/StackScript

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# <UDF name="goatcounter_domain" label="Domain you'll be hosting GoatCounter on" example="stats.example.com" />
33
# <UDF name="goatcounter_email" label="Your email address" example="[email protected]" />
44
# <UDF name="goatcounter_password" label="Password to access GoatCounter" example="Password 1234 :-)" />
5-
# <UDF name="goatcounter_version" label="GoatCounter version" default="v1.4.0" />
5+
# <UDF name="goatcounter_version" label="GoatCounter version" default="v1.4.1" />
66
#
77
# This is a "StackScript" to deploy GoatCounter on a Linode VPS; it's available
88
# in Linode as: https://cloud.linode.com/stackscripts/659823
@@ -33,7 +33,7 @@
3333
#
3434

3535
# GoatCounter version to set up.
36-
v=${GOATCOUNTER_VERSION:-v1.4.0}
36+
v=${GOATCOUNTER_VERSION:-v1.4.1}
3737

3838

3939
set -eu

pack/geodb.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pack/pack.go

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)