Skip to content

Commit 75cec07

Browse files
aws-application-signals-botgithub-actionsezhang6811
authored
Pre-release: Update version to 2.26.2 (#1361)
This PR updates the version to 2.26.2. 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: Eric Zhang <zhaez@amazon.com>
1 parent 725cae8 commit 75cec07

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.2 - 2026-04-20
17+
1618
- Support environment-configured endpoint visibility for HTTP operation names
1719
([#1352](https://github.com/aws-observability/aws-otel-java-instrumentation/pull/1352))
1820
- Bump Netty to 4.1.132.Final to fix CVE-2026-33870 and CVE-2026-33871

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.26.1"
16+
val adotVersion = "2.26.2"
1717

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

0 commit comments

Comments
 (0)