File tree Expand file tree Collapse file tree 4 files changed +18
-3
lines changed Expand file tree Collapse file tree 4 files changed +18
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 4.5.1 "
2
+ "." : " 4.6.0 "
3
3
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 4.6.0 (2025-06-20)
4
+
5
+ Full Changelog: [ v4.5.1...v4.6.0] ( https://github.com/cloudflare/cloudflare-go/compare/v4.5.1...v4.6.0 )
6
+
7
+ ### Features
8
+
9
+ * ** api:** api update ([ 730b558] ( https://github.com/cloudflare/cloudflare-go/commit/730b558a76373b4730fa015927f7548639d710f4 ) )
10
+ * ** api:** api update ([ e54b6c1] ( https://github.com/cloudflare/cloudflare-go/commit/e54b6c16eabc2f4e2f5e661f8c1afb152b143652 ) )
11
+
12
+
13
+ ### Chores
14
+
15
+ * ** api:** TTL is required on DNS records ([ c483216] ( https://github.com/cloudflare/cloudflare-go/commit/c4832164ddc1e7d225b3993edf2194cb73639852 ) )
16
+ * ** ci:** enable for pull requests ([ dd46ce2] ( https://github.com/cloudflare/cloudflare-go/commit/dd46ce2f8ba2dc705b75392a675fa2af0a896f44 ) )
17
+
3
18
## 4.5.1 (2025-06-16)
4
19
5
20
Full Changelog: [ v4.5.0...v4.5.1] ( https://github.com/cloudflare/cloudflare-go/compare/v4.5.0...v4.5.1 )
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ Or to pin the version:
24
24
<!-- x-release-please-start-version -->
25
25
26
26
``` sh
27
- go get -u ' github.com/cloudflare/cloudflare-go/v4@v4.5.1 '
27
+ go get -u ' github.com/cloudflare/cloudflare-go/v4@v4.6.0 '
28
28
```
29
29
30
30
<!-- x-release-please-end -->
Original file line number Diff line number Diff line change 2
2
3
3
package internal
4
4
5
- const PackageVersion = "4.5.1 " // x-release-please-version
5
+ const PackageVersion = "4.6.0 " // x-release-please-version
You can’t perform that action at this time.
0 commit comments