Skip to content

Commit cf82e73

Browse files
authored
Release 1.5.0
1 parent c04212f commit cf82e73

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,16 @@
22

33
## main
44

5+
## 1.5.0
6+
7+
- go version bump to 1.24.4
8+
- bump CoreDNS 1.12.2
9+
- other dependency updates
10+
511
## 1.4.0
612

713
- go version bump to 1.23.4
8-
- dependency updates + streamlining docker image release process
14+
- dependency updates + streamlining docker image release process
915

1016
## 1.3.0
1117

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
package dnsimple
22

33
const (
4-
PluginVersion = "1.4.0"
4+
PluginVersion = "1.5.0"
55
)

0 commit comments

Comments
 (0)