Skip to content

Commit

Permalink
release: 3.0.0-beta.11
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored Jun 18, 2024
1 parent c1ed21d commit 5a94a4b
Show file tree
Hide file tree
Showing 4 changed files with 18 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.0.0-beta.10"
".": "3.0.0-beta.11"
}
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## 3.0.0-beta.11 (2024-06-18)

Full Changelog: [v3.0.0-beta.10...v3.0.0-beta.11](https://github.com/cloudflare/cloudflare-python/compare/v3.0.0-beta.10...v3.0.0-beta.11)

### Features

* **api:** OpenAPI spec update via Stainless API ([#1014](https://github.com/cloudflare/cloudflare-python/issues/1014)) ([f9b879a](https://github.com/cloudflare/cloudflare-python/commit/f9b879a727349e6604c3ae88c7949c388d655766))
* **api:** OpenAPI spec update via Stainless API ([#1016](https://github.com/cloudflare/cloudflare-python/issues/1016)) ([b762e85](https://github.com/cloudflare/cloudflare-python/commit/b762e85608f579b5b3a69a8a6ee948857b7f605d))
* **api:** OpenAPI spec update via Stainless API ([#1017](https://github.com/cloudflare/cloudflare-python/issues/1017)) ([7bfbdba](https://github.com/cloudflare/cloudflare-python/commit/7bfbdba867534d51955ded9e009dd501047cf99f))
* **api:** OpenAPI spec update via Stainless API ([#1018](https://github.com/cloudflare/cloudflare-python/issues/1018)) ([038c47e](https://github.com/cloudflare/cloudflare-python/commit/038c47e76305fc244a936093f65031bdd022b4c6))
* **api:** OpenAPI spec update via Stainless API ([#1019](https://github.com/cloudflare/cloudflare-python/issues/1019)) ([9367d59](https://github.com/cloudflare/cloudflare-python/commit/9367d593cef36eef75f464930c6e8d5fa97700d5))
* **api:** OpenAPI spec update via Stainless API ([#1020](https://github.com/cloudflare/cloudflare-python/issues/1020)) ([8e20edf](https://github.com/cloudflare/cloudflare-python/commit/8e20edfc520c31134d110170ff84a927629753dc))
* **api:** OpenAPI spec update via Stainless API ([#1021](https://github.com/cloudflare/cloudflare-python/issues/1021)) ([7d5572a](https://github.com/cloudflare/cloudflare-python/commit/7d5572aee61a0d57a27878bbdea6e753f08d1021))
* **api:** OpenAPI spec update via Stainless API ([#1022](https://github.com/cloudflare/cloudflare-python/issues/1022)) ([c1ed21d](https://github.com/cloudflare/cloudflare-python/commit/c1ed21d227a7d7b543d52dcbcd93a6c3ec0e5e9c))

## 3.0.0-beta.10 (2024-06-18)

Full Changelog: [v3.0.0-beta.9...v3.0.0-beta.10](https://github.com/cloudflare/cloudflare-python/compare/v3.0.0-beta.9...v3.0.0-beta.10)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "cloudflare"
version = "3.0.0-beta.10"
version = "3.0.0-beta.11"
description = "The official Python library for the cloudflare API"
dynamic = ["readme"]
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion src/cloudflare/_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.

__title__ = "cloudflare"
__version__ = "3.0.0-beta.10" # x-release-please-version
__version__ = "3.0.0-beta.11" # x-release-please-version

0 comments on commit 5a94a4b

Please sign in to comment.