diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e32be7f..7166302 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -2,6 +2,6 @@ "lib/java-server-sdk-otel": "0.1.0", "lib/java-server-sdk-redis-store": "3.0.1", "lib/shared/common": "2.1.1", - "lib/shared/internal": "1.3.0", + "lib/shared/internal": "1.4.0", "lib/sdk/server": "7.7.0" } diff --git a/lib/shared/internal/CHANGELOG.md b/lib/shared/internal/CHANGELOG.md index 2463259..d023ece 100644 --- a/lib/shared/internal/CHANGELOG.md +++ b/lib/shared/internal/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to the project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org). +## [1.4.0](https://github.com/launchdarkly/java-core/compare/launchdarkly-java-sdk-internal-v1.3.0...launchdarkly-java-sdk-internal-1.4.0) (2025-05-08) + + +### Features + +* Support inline context for custom and migration events ([#55](https://github.com/launchdarkly/java-core/issues/55)) ([7a6a1db](https://github.com/launchdarkly/java-core/commit/7a6a1db5bf1c0643dc19e0998137e9b16f16f7d8)) + ## [1.3.0] - 2024-03-13 ### Changed: - Redact anonymous attributes within feature events diff --git a/lib/shared/internal/gradle.properties b/lib/shared/internal/gradle.properties index 696a139..7734b86 100644 --- a/lib/shared/internal/gradle.properties +++ b/lib/shared/internal/gradle.properties @@ -1,5 +1,5 @@ #x-release-please-start-version -version=1.3.0 +version=1.4.0 #x-release-please-end # Used only in Android CI test build: