Skip to content

Commit

Permalink
release: 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored Sep 24, 2024
1 parent e90044e commit 2211a52
Show file tree
Hide file tree
Showing 4 changed files with 17 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"
".": "3.2.0"
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## 3.2.0 (2024-09-24)

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

### Features

* **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))


### 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@v3.2.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 = "3.2.0" // x-release-please-version

0 comments on commit 2211a52

Please sign in to comment.