We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c04212f commit cf82e73Copy full SHA for cf82e73
CHANGELOG.md
@@ -2,10 +2,16 @@
2
3
## main
4
5
+## 1.5.0
6
+
7
+- go version bump to 1.24.4
8
+- bump CoreDNS 1.12.2
9
+- other dependency updates
10
11
## 1.4.0
12
13
- go version bump to 1.23.4
-- dependency updates + streamlining docker image release process
14
+- dependency updates + streamlining docker image release process
15
16
## 1.3.0
17
version.go
@@ -1,5 +1,5 @@
1
package dnsimple
const (
- PluginVersion = "1.4.0"
+ PluginVersion = "1.5.0"
)
0 commit comments