Skip to content

Commit

Permalink
release: 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored Sep 27, 2024
1 parent af3c99b commit a526611
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "3.1.0"
".": "4.0.0"
}
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# Changelog

## 4.0.0 (2024-09-27)

Full Changelog: [v3.1.0...v4.0.0](https://github.com/cloudflare/cloudflare-go/compare/v3.1.0...v4.0.0)

### ⚠ BREAKING CHANGES

* **api:** move event notifications under r2 ([#3249](https://github.com/cloudflare/cloudflare-go/issues/3249))
* **url_scanner:** move list method under `scans` ([#3248](https://github.com/cloudflare/cloudflare-go/issues/3248))

### Features

* **api:** move event notifications under r2 ([#3249](https://github.com/cloudflare/cloudflare-go/issues/3249)) ([3859153](https://github.com/cloudflare/cloudflare-go/commit/3859153d2b92314b761a615da5f04f2ed54a2e3a))
* **api:** OpenAPI spec update via Stainless API ([#3244](https://github.com/cloudflare/cloudflare-go/issues/3244)) ([dedf25f](https://github.com/cloudflare/cloudflare-go/commit/dedf25f7d571ccb0d335731616a0f5d9ccf38413))
* **api:** OpenAPI spec update via Stainless API ([#3246](https://github.com/cloudflare/cloudflare-go/issues/3246)) ([55439ca](https://github.com/cloudflare/cloudflare-go/commit/55439ca0e58bcfe6daa31e3325a648d3b55df176))
* **api:** OpenAPI spec update via Stainless API ([#3251](https://github.com/cloudflare/cloudflare-go/issues/3251)) ([00d2062](https://github.com/cloudflare/cloudflare-go/commit/00d2062d6fec5dfc9a4e2f58de707b697299d694))
* **api:** OpenAPI spec update via Stainless API ([#3252](https://github.com/cloudflare/cloudflare-go/issues/3252)) ([e5ba0f9](https://github.com/cloudflare/cloudflare-go/commit/e5ba0f9535450e102fe6781a2f832e62c5dcafa9))
* **api:** OpenAPI spec update via Stainless API ([#3253](https://github.com/cloudflare/cloudflare-go/issues/3253)) ([6bbfe79](https://github.com/cloudflare/cloudflare-go/commit/6bbfe797548cc1554db5e3d040ef8b63a7e8cf57))
* **api:** OpenAPI spec update via Stainless API ([#3254](https://github.com/cloudflare/cloudflare-go/issues/3254)) ([979b0ea](https://github.com/cloudflare/cloudflare-go/commit/979b0eabccb929e2605f2fcb7ef0f3cc360d573c))
* **api:** OpenAPI spec update via Stainless API ([#3255](https://github.com/cloudflare/cloudflare-go/issues/3255)) ([33e41fb](https://github.com/cloudflare/cloudflare-go/commit/33e41fb97a9b28ab16bc942b7b1ba4bbd77ce105))
* **url_scanner:** move list method under `scans` ([#3248](https://github.com/cloudflare/cloudflare-go/issues/3248)) ([e9deafb](https://github.com/cloudflare/cloudflare-go/commit/e9deafb1ad52c756c3c4f0e1d108941a05969dd3))


### Chores

* **internal:** codegen related update ([#3247](https://github.com/cloudflare/cloudflare-go/issues/3247)) ([e90044e](https://github.com/cloudflare/cloudflare-go/commit/e90044e948631047fd6e7a11537777ce4fbda20a))

## 3.1.0 (2024-09-24)

Full Changelog: [v3.0.0...v3.1.0](https://github.com/cloudflare/cloudflare-go/compare/v3.0.0...v3.1.0)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Or to pin the version:
<!-- x-release-please-start-version -->

```sh
go get -u 'github.com/cloudflare/cloudflare-go/v3@v3.1.0'
go get -u 'github.com/cloudflare/cloudflare-go/v3@v4.0.0'
```

<!-- x-release-please-end -->
Expand Down
2 changes: 1 addition & 1 deletion internal/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

package internal

const PackageVersion = "3.1.0" // x-release-please-version
const PackageVersion = "4.0.0" // x-release-please-version

0 comments on commit a526611

Please sign in to comment.