From 7c14041dc3766147e567df3a16bc70e4d7c08fef Mon Sep 17 00:00:00 2001 From: Adam Shaw Date: Wed, 11 Oct 2023 15:09:52 -0700 Subject: [PATCH] Release commit for v2.12.1 --- CHANGELOG.rst | 5 +++++ aws_xray_sdk/version.py | 2 +- docs/conf.py | 4 ++-- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index be677535..bd8a9712 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,11 @@ CHANGELOG Unreleased ========== +2.12.1 +========== +* bugfix: set_trace_entity() in lambda adds segment to thread `PR409 https://github.com/aws/aws-xray-sdk-python/pull/409` +* bugfix: Cleanup after drop of support for Python `PR387 https://github.com/aws/aws-xray-sdk-python/pull/387` + 2.12.0 ========== * improvement: Default Context Missing Strategy set to Log Error `PR372 https://github.com/aws/aws-xray-sdk-python/pull/372` diff --git a/aws_xray_sdk/version.py b/aws_xray_sdk/version.py index 2622af9b..24061c37 100644 --- a/aws_xray_sdk/version.py +++ b/aws_xray_sdk/version.py @@ -1 +1 @@ -VERSION = '2.12.0' +VERSION = '2.12.1' diff --git a/docs/conf.py b/docs/conf.py index c7fd8eb9..692ae0ca 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -62,9 +62,9 @@ # built documents. # # The short X.Y version. -version = u'2.12.0' +version = u'2.12.1' # The full version, including alpha/beta/rc tags. -release = u'2.12.0' +release = u'2.12.1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.