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.7.0 "
2+ "." : " 6.7.1 "
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 6.7.1 (2026-02-13)
4+
5+ Full Changelog: [v6.7.0...v6.7.1](https://github.com/cloudflare/cloudflare-go/compare/v6.7.0...v6.7.1)
6+
7+ ### Chores
8+
9+ * **api:** update composite API spec ([b76b9d7](https://github.com/cloudflare/cloudflare-go/commit/b76b9d789b9134dcb868b83e1bd692c228da92e7))
10+
11+
12+ ### Documentation
13+
14+ * **changelog:** fix changlog ([5bf6935](https://github.com/cloudflare/cloudflare-go/commit/5bf693501b4b5ae5c5788c982ad77b1756e34071))
15+
316## 6.7.0 (2026-02-10)
417
518Full Changelog: [v6.6.0...v6.7.0](https://github.com/cloudflare/cloudflare-go/compare/v6.6.0...v6.7.0)
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ Or to pin the version:
3333<!-- x-release-please-start-version -->
3434
3535``` sh
36- go get -u ' github.com/cloudflare/cloudflare-go/v6@v6.7.0 '
36+ go get -u ' github.com/cloudflare/cloudflare-go/v6@v6.7.1 '
3737```
3838
3939<!-- x-release-please-end -->
Original file line number Diff line number Diff line change 22
33package internal
44
5- const PackageVersion = "6.7.0 " // x-release-please-version
5+ const PackageVersion = "6.7.1 " // x-release-please-version
You can’t perform that action at this time.
0 commit comments