Skip to content

Commit 13ec6d1

Browse files
aws-application-signals-botgithub-actions
andauthored
Pre-release: Update version to 2.20.0 (#1252)
This PR updates the version to 2.20.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 <[email protected]>
1 parent 90d5791 commit 13ec6d1

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.20.0 - 2025-10-29
17+
1618
### Enhancements
1719

1820
- Support X-Ray Trace Id extraction from Lambda Context object, and respect user-configured OTEL_PROPAGATORS in AWS Lamdba instrumentation

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.20.0"
1717

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

0 commit comments

Comments
 (0)