diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d4f6f29..d6f5405 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.0.0" + ".": "3.0.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 927bbdc..0acb702 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to the LaunchDarkly Go SDK Redis integration will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org). +## [3.0.1](https://github.com/launchdarkly/go-server-sdk-redis-redigo/compare/v3.0.0...v3.0.1) (2025-12-16) + + +### Bug Fixes + +* Bump gopkg.in/yaml.v3 from 3.0.0 to 3.0.1 ([#30](https://github.com/launchdarkly/go-server-sdk-redis-redigo/issues/30)) ([f4e4033](https://github.com/launchdarkly/go-server-sdk-redis-redigo/commit/f4e40336e9e679c61756970072e144b70a4b18f6)) + ## [3.0.0] - 2023-10-11 ### Added: - Added support for SDK v7 to support technology migrations.