Skip to content

Commit a43300c

Browse files
release: 6.7.1
1 parent f484a42 commit a43300c

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "6.7.0"
2+
".": "6.7.1"
33
}

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
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

518
Full Changelog: [v6.6.0...v6.7.0](https://github.com/cloudflare/cloudflare-go/compare/v6.6.0...v6.7.0)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 -->

internal/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
package internal
44

5-
const PackageVersion = "6.7.0" // x-release-please-version
5+
const PackageVersion = "6.7.1" // x-release-please-version

0 commit comments

Comments
 (0)