Skip to content

Commit

Permalink
release: 2.0.0-beta.16
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] committed Mar 27, 2024
1 parent 5893490 commit b40dc92
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
@@ -1,3 +1,3 @@
{
".": "2.0.0-beta.15"
".": "2.0.0-beta.16"
}
9 changes: 9 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,14 @@
# Changelog

## 2.0.0-beta.16 (2024-03-27)

Full Changelog: [v2.0.0-beta.15...v2.0.0-beta.16](https://github.com/cloudflare/cloudflare-go/compare/v2.0.0-beta.15...v2.0.0-beta.16)

### Features

* **api:** OpenAPI spec update via Stainless API ([#1620](https://github.com/cloudflare/cloudflare-go/issues/1620)) ([b682148](https://github.com/cloudflare/cloudflare-go/commit/b6821483d880825fecdd0454017b1e084ef688b3))
* **api:** update via SDK Studio ([#1616](https://github.com/cloudflare/cloudflare-go/issues/1616)) ([c43bb8a](https://github.com/cloudflare/cloudflare-go/commit/c43bb8abbc68763e7bd802fdfc92e1f7190b415e))

## 2.0.0-beta.15 (2024-03-26)

Full Changelog: [v2.0.0-beta.14...v2.0.0-beta.15](https://github.com/cloudflare/cloudflare-go/compare/v2.0.0-beta.14...v2.0.0-beta.15)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -24,7 +24,7 @@ Or to pin the version:
<!-- x-release-please-start-version -->

```sh
go get -u 'github.com/cloudflare/cloudflare-go/v2@v2.0.0-beta.15'
go get -u 'github.com/cloudflare/cloudflare-go/v2@v2.0.0-beta.16'
```

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

package internal

const PackageVersion = "2.0.0-beta.15" // x-release-please-version
const PackageVersion = "2.0.0-beta.16" // x-release-please-version

0 comments on commit b40dc92

Please sign in to comment.