Skip to content

Commit

Permalink
docs: get ready to release 1.14.2 (#931)
Browse files Browse the repository at this point in the history
  • Loading branch information
favonia authored Sep 13, 2024
1 parent 3ea0eb9 commit ddef060
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.markdown
Original file line number Diff line number Diff line change
@@ -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
Expand Down
5 changes: 5 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ddef060

Please sign in to comment.