From 28c0dd63df02a2e8670bce1eaa467b06922e55dd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 21 Aug 2025 22:57:08 +0000 Subject: [PATCH] chore(v7): release 0.1.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ internal/version.go | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 1581b1a5..1534a11f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - ".": "7.13.4", + ".": "0.1.0", "ldotel": "1.3.0", "ldai": "0.7.1", "ldmiddleware": "0.1.0" diff --git a/CHANGELOG.md b/CHANGELOG.md index bdd02b43..cf69acae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to the LaunchDarkly Go SDK will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org). +## [0.1.0](https://github.com/launchdarkly/go-server-sdk/compare/v7.13.4...v0.1.0) (2025-08-21) + + +### Bug Fixes + +* **experimental:** Add ldmiddleware library, utilities for creating scoped clients, contexts, events automatically ([#306](https://github.com/launchdarkly/go-server-sdk/issues/306)) ([b175f8c](https://github.com/launchdarkly/go-server-sdk/commit/b175f8cf065ce85f54f303fbc9874b9dbecd87ed)) + ## [7.13.4](https://github.com/launchdarkly/go-server-sdk/compare/v7.13.3...v7.13.4) (2025-08-21) diff --git a/internal/version.go b/internal/version.go index fbe34837..b3d30e79 100644 --- a/internal/version.go +++ b/internal/version.go @@ -1,4 +1,4 @@ package internal // SDKVersion is the current version string of the SDK. This is updated by our release scripts. -const SDKVersion = "7.13.4" // {{ x-release-please-version }} +const SDKVersion = "0.1.0" // {{ x-release-please-version }}