From f7493f9d53f38bea097105e33f9eb786dc290d76 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 18 Jun 2025 15:28:45 +0000 Subject: [PATCH] chore(main): release 0.1.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 9 +++++++++ PROVENANCE.md | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e18ee07..466df71 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.0" + ".": "0.1.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 825c32f..2b32fef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1 +1,10 @@ # Changelog + +## 0.1.0 (2025-06-18) + + +### Miscellaneous Chores + +* release 0.1.0 ([#6](https://github.com/launchdarkly/ruby-server-sdk-ai/issues/6)) ([e2c8890](https://github.com/launchdarkly/ruby-server-sdk-ai/commit/e2c8890cbe35e9cc79169845b417999f260e1ecc)) + +## Changelog diff --git a/PROVENANCE.md b/PROVENANCE.md index b91e010..ec9f0aa 100644 --- a/PROVENANCE.md +++ b/PROVENANCE.md @@ -9,7 +9,7 @@ To verify SLSA provenance attestations, we recommend using [slsa-verifier](https ``` # Set the version of the SDK to verify -VERSION=0.0.0 +VERSION=0.1.0 ```