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 11{
2- "." : " 6.6 .0"
2+ "." : " 6.7 .0"
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 6.7.0 (2026-01-22)
4+
5+ Full Changelog: [v6.6.0...v6.7.0](https://github.com/cloudflare/cloudflare-go/compare/v6.6.0...v6.7.0)
6+
7+ ### Features
8+
9+ * feat(fraud): public docs for fraud API ([57093fa](https://github.com/cloudflare/cloudflare-go/commit/57093fa34c2f894447aca0d37556606ff8c7e2b0))
10+
11+
12+ ### Chores
13+
14+ * **changelog:** update with v6.6.0 release notes ([16ae7fd](https://github.com/cloudflare/cloudflare-go/commit/16ae7fd5a181613e433d3cd61f672f043e3bc42a))
15+
316## 6.6.0 (2025-01-15)
417
518Full Changelog: [v6.5.0...v6.6.0](https://github.com/cloudflare/cloudflare-go/compare/v6.5.0...v6.6.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.6 .0'
27+ go get -u ' github.com/cloudflare/cloudflare-go/v4@v6.7 .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.6 .0" // x-release-please-version
5+ const PackageVersion = "6.7 .0" // x-release-please-version
You can’t perform that action at this time.
0 commit comments