From dd145493777f79c4572f268adefac460ee96c0ef Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Fri, 8 Nov 2024 05:06:45 +0000 Subject: [PATCH] release: 0.1.0-alpha.9 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 15 +++++++++++++++ README.md | 2 +- internal/version.go | 2 +- 4 files changed, 18 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c373724..46b9b6b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.0-alpha.8" + ".": "0.1.0-alpha.9" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index fe1ada9..0012e83 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## 0.1.0-alpha.9 (2024-11-08) + +Full Changelog: [v0.1.0-alpha.8...v0.1.0-alpha.9](https://github.com/openlayer-ai/openlayer-go/compare/v0.1.0-alpha.8...v0.1.0-alpha.9) + +### Features + +* **api:** manual updates ([#49](https://github.com/openlayer-ai/openlayer-go/issues/49)) ([0c75483](https://github.com/openlayer-ai/openlayer-go/commit/0c754834bb8e3fbd493a4a656d785547c64bb532)) +* **api:** update via SDK Studio ([#46](https://github.com/openlayer-ai/openlayer-go/issues/46)) ([0c269b0](https://github.com/openlayer-ai/openlayer-go/commit/0c269b042bba8934c5973214d2d665dc1cf362fc)) +* **api:** update via SDK Studio ([#48](https://github.com/openlayer-ai/openlayer-go/issues/48)) ([27a5a99](https://github.com/openlayer-ai/openlayer-go/commit/27a5a9977c7741bbfcfe7a62d8e32a1a512cabac)) + + +### Chores + +* custom code changes ([#50](https://github.com/openlayer-ai/openlayer-go/issues/50)) ([3b63bd4](https://github.com/openlayer-ai/openlayer-go/commit/3b63bd474c0ac3d8404d8ed6196007f6eea1bfd0)) + ## 0.1.0-alpha.8 (2024-09-24) Full Changelog: [v0.1.0-alpha.7...v0.1.0-alpha.8](https://github.com/openlayer-ai/openlayer-go/compare/v0.1.0-alpha.7...v0.1.0-alpha.8) diff --git a/README.md b/README.md index f4dc7f2..53707f3 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.8' +go get -u 'github.com/openlayer-ai/openlayer-go@v0.1.0-alpha.9' ``` diff --git a/internal/version.go b/internal/version.go index 64dcebb..81ac6eb 100644 --- a/internal/version.go +++ b/internal/version.go @@ -2,4 +2,4 @@ package internal -const PackageVersion = "0.1.0-alpha.8" // x-release-please-version +const PackageVersion = "0.1.0-alpha.9" // x-release-please-version