File tree Expand file tree Collapse file tree 4 files changed +17
-3
lines changed
Expand file tree Collapse file tree 4 files changed +17
-3
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 6.4 .0"
2+ "." : " 6.5 .0"
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 6.5.0 (2025-12-10)
4+
5+ Full Changelog: [v6.4.0...v6.5.0](https://github.com/cloudflare/cloudflare-go/compare/v6.4.0...v6.5.0)
6+
7+ ### Features
8+
9+ * docs: Deprecate API Shield Schema Validation resources ([ae8644c](https://github.com/cloudflare/cloudflare-go/commit/ae8644cb41a29e0a1496b79cbe797365be1cb253))
10+
11+
12+ ### Chores
13+
14+ * **api:** update composite API spec ([f85b933](https://github.com/cloudflare/cloudflare-go/commit/f85b93344696aab1472cbe94c51badf28c6a5de7))
15+ * **internal:** codegen related update ([d2d0a29](https://github.com/cloudflare/cloudflare-go/commit/d2d0a295b5658e40177ec6af88b7d6a5d4bbc8bb))
16+
317## 6.4.0 (2025-12-04)
418
519Full Changelog: [v6.3.0...v6.4.0](https://github.com/cloudflare/cloudflare-go/compare/v6.3.0...v6.4.0)
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ Or to pin the version:
2424<!-- x-release-please-start-version -->
2525
2626``` sh
27- go get -u ' github.com/cloudflare/cloudflare-go/v4@v6.4 .0'
27+ go get -u ' github.com/cloudflare/cloudflare-go/v4@v6.5 .0'
2828```
2929
3030<!-- x-release-please-end -->
Original file line number Diff line number Diff line change 22
33package internal
44
5- const PackageVersion = "6.4 .0" // x-release-please-version
5+ const PackageVersion = "6.5 .0" // x-release-please-version
You can’t perform that action at this time.
0 commit comments