File tree Expand file tree Collapse file tree 4 files changed +16
-3
lines changed Expand file tree Collapse file tree 4 files changed +16
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 5.1 .0"
2
+ "." : " 5.2 .0"
3
3
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 5.2.0 (2025-08-20)
4
+
5
+ Full Changelog: [ v5.1.0...v5.2.0] ( https://github.com/cloudflare/cloudflare-go/compare/v5.1.0...v5.2.0 )
6
+
7
+ ### Features
8
+
9
+ * ** api:** api update ([ bc6d589] ( https://github.com/cloudflare/cloudflare-go/commit/bc6d58960a0749a6c202f525880b54f376751ad4 ) )
10
+
11
+
12
+ ### Chores
13
+
14
+ * ** api:** upload stainless config from cloudflare-config ([ 8fbbc09] ( https://github.com/cloudflare/cloudflare-go/commit/8fbbc0979f094be4077bf3a5f7298010130ccc4e ) )
15
+
3
16
## 5.1.0 (2025-08-14)
4
17
5
18
Full Changelog: [ v5.0.0...v5.1.0] ( https://github.com/cloudflare/cloudflare-go/compare/v5.0.0...v5.1.0 )
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@v5.1 .0'
27
+ go get -u ' github.com/cloudflare/cloudflare-go/v4@v5.2 .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 = "5.1 .0" // x-release-please-version
5
+ const PackageVersion = "5.2 .0" // x-release-please-version
You can’t perform that action at this time.
0 commit comments