Skip to content

Commit e11801b

Browse files
aws-application-signals-botgithub-actions
andauthored
Pre-release: Update version to 2.26.1 (#1344)
This PR updates the version to 2.26.1. 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 5b6700b commit e11801b

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

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.26.1 - 2026-03-27
17+
1618
- Bump OpenTelemetry Java Instrumentation version to 2.26.1
1719
([#1342](https://github.com/aws-observability/aws-otel-java-instrumentation/pull/1342))
1820
- End support for ADOT Java 1.x: remove v1 image scans and update README#1339

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

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

0 commit comments

Comments
 (0)