Skip to content

Commit c54dce4

Browse files
aws-application-signals-botgithub-actions
andauthored
Pre-release: Update version to 2.25.0 (#1331)
This PR updates the version to 2.25.0. By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice. --------- Co-authored-by: github-actions <github-actions@github.com>
1 parent da09503 commit c54dce4

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ If your change does not need a CHANGELOG entry, add the "skip changelog" label t
1313

1414
## Unreleased
1515

16+
## v2.25.0 - 2026-02-27
17+
1618
- Add adaptive sampling local config attribute to spans
1719
([#1299](https://github.com/aws-observability/aws-otel-java-instrumentation/pull/1299))
1820
- Optimize GetSamplingTargets calls by removing empty statistics documents

version.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* permissions and limitations under the License.
1414
*/
1515

16-
val adotVersion = "2.23.0-SNAPSHOT"
16+
val adotVersion = "2.25.0"
1717

1818
allprojects {
1919
if (!project.hasProperty("release.version")) {

0 commit comments

Comments
 (0)