From 9b0d21a862898174532fed2d9f5c93add9e25e71 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Wed, 17 Jul 2024 21:49:05 +0000 Subject: [PATCH] release: 0.1.0-alpha.5 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 9 +++++++++ README.md | 2 +- internal/version.go | 2 +- 4 files changed, 12 insertions(+), 3 deletions(-) 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/CHANGELOG.md b/CHANGELOG.md index dff3af4..d6475d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## 0.1.0-alpha.5 (2024-07-17) + +Full Changelog: [v0.1.0-alpha.4...v0.1.0-alpha.5](https://github.com/openlayer-ai/openlayer-go/compare/v0.1.0-alpha.4...v0.1.0-alpha.5) + +### Features + +* **api:** OpenAPI spec update via Stainless API ([#19](https://github.com/openlayer-ai/openlayer-go/issues/19)) ([b142e08](https://github.com/openlayer-ai/openlayer-go/commit/b142e0847a75b53b079925803bcc75c7c79e2bc0)) +* **api:** update via SDK Studio ([#21](https://github.com/openlayer-ai/openlayer-go/issues/21)) ([f83d4cf](https://github.com/openlayer-ai/openlayer-go/commit/f83d4cf7708169f3ca03e22940a09aab95c3a15d)) + ## 0.1.0-alpha.4 (2024-07-08) Full Changelog: [v0.1.0-alpha.3...v0.1.0-alpha.4](https://github.com/openlayer-ai/openlayer-go/compare/v0.1.0-alpha.3...v0.1.0-alpha.4) diff --git a/README.md b/README.md index 40f95c2..1a66922 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Or to pin the version: ```sh -go get -u 'github.com/openlayer-ai/openlayer-go@v0.1.0-alpha.4' +go get -u 'github.com/openlayer-ai/openlayer-go@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