diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 0d64a2c..f838916 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -11,7 +11,7 @@ jobs: build: strategy: matrix: - go-version: [1.21.x, 1.22.x] + go-version: [1.21.x, 1.22.x, 1.23.x] platform: [ubuntu-latest, macos-latest, windows-latest] runs-on: ${{ matrix.platform }} name: "Build ${{ matrix.go-version }} test on ${{ matrix.platform }}" diff --git a/CHANGELOG.md b/CHANGELOG.md index e3109bd..c7365eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CHANGELOG -## 7.1.0 +## 7.1.0 (2024-11-18) * Allow the `Host` configuration directive and the `GEOIPUPDATE_HOST` environment variable to accept a value with the scheme set. If not set, it diff --git a/internal/vars/version.go b/internal/vars/version.go index 468def4..fb84db4 100644 --- a/internal/vars/version.go +++ b/internal/vars/version.go @@ -2,4 +2,4 @@ package vars // Version defines the current geoipupdate version. -var Version = "7.0.1" +var Version = "7.1.0"