diff --git a/CHANGELOG.md b/CHANGELOG.md index ed3b7d4..279bd97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ -# Change log +# Changelog All notable changes to the LaunchDarkly Python AI package will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org). + +## [0.1.0](https://github.com/launchdarkly/python-server-sdk-ai/compare/v0.1.0...0.1.0) (2024-11-08) + +Initial release of the LaunchDarkly Python AI package. To learn more about the LaunchDarkly Python AI SDK, see the [Python AI SDK documentation](https://docs.launchdarkly.com/sdk/ai/python). diff --git a/PROVENANCE.md b/PROVENANCE.md index f46830b..7d63520 100644 --- a/PROVENANCE.md +++ b/PROVENANCE.md @@ -10,7 +10,7 @@ To verify SLSA provenance attestations, we recommend using [slsa-verifier](https ``` # Set the version of the library to verify -VERSION=1.0.0 +VERSION=0.1.0 ``` diff --git a/ldai/__init__.py b/ldai/__init__.py index 1d55bba..75716eb 100644 --- a/ldai/__init__.py +++ b/ldai/__init__.py @@ -1 +1 @@ -__version__ = "1.0.0" # x-release-please-version +__version__ = "0.1.0" # x-release-please-version