diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b56c3d0..e8285b7 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.0-alpha.4" + ".": "0.1.0-alpha.5" } \ No newline at end of file diff --git a/.stats.yml b/.stats.yml index 17d9fcd..be7bd50 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,2 +1,2 @@ configured_endpoints: 24 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/maestro%2Fmaestro-bitcoin-c531b4034ac885b312d47dac9228993502b0ea2f32bf5e939c0f0e096b1ba462.yml +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/maestro%2Fmaestro-bitcoin-56ccde54a9df97c3bde58eb3f242bb6d272c229ab98cab9792698c3b0d9b88b7.yml diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e8e32b..0cd611e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## 0.1.0-alpha.5 (2024-10-08) + +Full Changelog: [v0.1.0-alpha.4...v0.1.0-alpha.5](https://github.com/maestro-org/maestro-bitcoin-go-sdk/compare/v0.1.0-alpha.4...v0.1.0-alpha.5) + +### Features + +* **api:** OpenAPI spec update via Stainless API ([#17](https://github.com/maestro-org/maestro-bitcoin-go-sdk/issues/17)) ([678d16d](https://github.com/maestro-org/maestro-bitcoin-go-sdk/commit/678d16df79fae347bcc98c83cec83d4e4f1f509b)) +* **api:** OpenAPI spec update via Stainless API ([#19](https://github.com/maestro-org/maestro-bitcoin-go-sdk/issues/19)) ([33fbc6a](https://github.com/maestro-org/maestro-bitcoin-go-sdk/commit/33fbc6a23e90ed5e05f042ec8fba7d9d3a65098d)) + ## 0.1.0-alpha.4 (2024-10-08) Full Changelog: [v0.1.0-alpha.3...v0.1.0-alpha.4](https://github.com/maestro-org/maestro-bitcoin-go-sdk/compare/v0.1.0-alpha.3...v0.1.0-alpha.4) diff --git a/README.md b/README.md index f400f03..db4f58f 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Or to pin the version: ```sh -go get -u 'github.com/maestro-org/maestro-bitcoin-go-sdk@v0.1.0-alpha.4' +go get -u 'github.com/maestro-org/maestro-bitcoin-go-sdk@v0.1.0-alpha.5' ``` diff --git a/internal/version.go b/internal/version.go index 5469df6..2aad167 100644 --- a/internal/version.go +++ b/internal/version.go @@ -2,4 +2,4 @@ package internal -const PackageVersion = "0.1.0-alpha.4" // x-release-please-version +const PackageVersion = "0.1.0-alpha.5" // x-release-please-version