Skip to content

Commit e437771

Browse files
aws-application-signals-botgithub-actionsliustve
authored
Pre-release: Update version to 2.23.0 (#1297)
This PR updates the version to 2.23.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> Co-authored-by: Steve Liu <liustve@amazon.com>
1 parent e44acc2 commit e437771

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.23.0 - 2026-01-24
17+
1618
- Ugrade to OTel v2.23.0 and Contrib v1.52.0
1719
([#1292](https://github.com/aws-observability/aws-otel-java-instrumentation/pull/1292))
1820
- Adaptive Sampling: Ensure the highest priority sampling rule is matched

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.20.0-SNAPSHOT"
16+
val adotVersion = "2.23.0"
1717

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

0 commit comments

Comments
 (0)