diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b06ba91..6b7b74c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.1" + ".": "0.3.0" } \ No newline at end of file diff --git a/.stats.yml b/.stats.yml index 69ddc11..b060935 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 22 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/stainless-commons%2Fstripe-minimal-d7db5d2f2f83e89d00e8529a1b6d4ed4746bd306d0e6ffba02f321b576dcc340.yml +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/stainless-commons/stripe-minimal-873073cd1fb4cdd778649b19fd32d07c569b855f5db09a527626e51a479c3c3e.yml openapi_spec_hash: e09fbe83a958ffba517bce207e9f9dc1 config_hash: 59158dbcf8534e76accb613919408cdb diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b12aa9..eec8c40 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## 0.3.0 (2026-05-01) + +Full Changelog: [v0.2.1...v0.3.0](https://github.com/stainless-commons/stripe-sql/compare/v0.2.1...v0.3.0) + +### Features + +* **go:** add default http client with timeout ([bb37cf2](https://github.com/stainless-commons/stripe-sql/commit/bb37cf252d4b0f6bc947de1cb20762db11e8b51d)) + + +### Chores + +* **internal:** codegen related update ([883a0b5](https://github.com/stainless-commons/stripe-sql/commit/883a0b5aadfdc86382fb0d32830558388a8997ae)) +* **internal:** codegen related update ([578f9a4](https://github.com/stainless-commons/stripe-sql/commit/578f9a4c3ea60c2ab6af821ec2bf0397af8d1790)) +* **internal:** codegen related update ([06d7086](https://github.com/stainless-commons/stripe-sql/commit/06d7086bd29edf846ccfd20b907b70312eb0ea18)) + ## 0.2.1 (2026-04-18) Full Changelog: [v0.2.0...v0.2.1](https://github.com/stainless-commons/stripe-sql/compare/v0.2.0...v0.2.1)