From ea51f95db0d7a25f65d2f73554dd3f5902387fb6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 25 Jul 2025 18:49:07 +0000 Subject: [PATCH] chore(v3): release 3.4.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 6110c0f..9dc6cef 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.3.0" + ".": "3.4.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 329ed96..657c0b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ All notable changes to the project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org). +## [3.4.0](https://github.com/launchdarkly/go-sdk-common/compare/v3.3.0...v3.4.0) (2025-07-25) + + +### Features + +* Add ldcontext.NewBuilderWithCapacity constructor ([#40](https://github.com/launchdarkly/go-sdk-common/issues/40)) ([8c65d90](https://github.com/launchdarkly/go-sdk-common/commit/8c65d9043c16218a6ae7d07663e0f0321fa39397)) + + +### Bug Fixes + +* Bump minimum go version to 1.24 ([3a5523a](https://github.com/launchdarkly/go-sdk-common/commit/3a5523add955453cc58ae0957b7835a6460064ac)) + ## [3.3.0](https://github.com/launchdarkly/go-sdk-common/compare/v3.2.0...v3.3.0) (2025-05-19)