Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ If your change does not need a CHANGELOG entry, add the "skip changelog" label t

## Unreleased

## v2.23.0 - 2026-01-24

- Ugrade to OTel v2.23.0 and Contrib v1.52.0
([#1292](https://github.com/aws-observability/aws-otel-java-instrumentation/pull/1292))
- Adaptive Sampling: Ensure the highest priority sampling rule is matched
Expand Down
2 changes: 1 addition & 1 deletion version.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* permissions and limitations under the License.
*/

val adotVersion = "2.20.0-SNAPSHOT"
val adotVersion = "2.23.0"

allprojects {
if (!project.hasProperty("release.version")) {
Expand Down
Loading