From ddef060144bc92d8ff1771cb4ae5e2216b733b96 Mon Sep 17 00:00:00 2001 From: favonia Date: Fri, 13 Sep 2024 06:55:49 -0500 Subject: [PATCH] docs: get ready to release 1.14.2 (#931) --- CHANGELOG.markdown | 10 ++++++++++ go.mod | 5 +++++ 2 files changed, 15 insertions(+) diff --git a/CHANGELOG.markdown b/CHANGELOG.markdown index 30da7d0c..6be4eb29 100644 --- a/CHANGELOG.markdown +++ b/CHANGELOG.markdown @@ -1,5 +1,15 @@ +# [1.14.2](https://github.com/favonia/cloudflare-ddns/compare/v1.14.1...v1.14.2) (2024-09-13) + +This is an emergent hotfix that fixes a nil pointer bug in version 1.14.1. + +### Bug Fixes + +- nil pointer bug introduced by commit 319e6a0 (issue [#911](https://github.com/favonia/cloudflare-ddns/issues/911)) ([#930](https://github.com/favonia/cloudflare-ddns/issues/930)) ([3ea0eb9](https://github.com/favonia/cloudflare-ddns/commit/3ea0eb9f818cd84965a855e1c6851c6d7ecc6458)) + # [1.14.1](https://github.com/favonia/cloudflare-ddns/compare/v1.14.0...v1.14.1) (2024-09-13) +**_This version is buggy; use version 1.14.2 instead._** + This is a minor release that addresses minor issues and improves the usability of the new feature for managing WAF lists, which was initially introduced in version 1.14.0. ### Bug Fixes diff --git a/go.mod b/go.mod index 3b30b88d..3bdaaf1f 100644 --- a/go.mod +++ b/go.mod @@ -2,6 +2,11 @@ module github.com/favonia/cloudflare-ddns go 1.23.0 // with patch version to satisfy CodeQL +retract ( + v1.14.1 // nil pointer bug + [v0.0.0, v1.7.99] // incompatible templates for PROXIED before 1.7.1; for safety, 1.7.* are also retracted +) + require ( github.com/cloudflare/cloudflare-go v0.104.0 github.com/containrrr/shoutrrr v0.8.0