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 ```