Skip to content

Commit c50fe3e

Browse files
authored
Merge pull request #411 from aws/release-2-12-1
Release commit for v2.12.1
2 parents 8563afc + 7c14041 commit c50fe3e

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.rst

+5
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ CHANGELOG
55
Unreleased
66
==========
77

8+
2.12.1
9+
==========
10+
* bugfix: set_trace_entity() in lambda adds segment to thread `PR409 https://github.com/aws/aws-xray-sdk-python/pull/409`
11+
* bugfix: Cleanup after drop of support for Python `PR387 https://github.com/aws/aws-xray-sdk-python/pull/387`
12+
813
2.12.0
914
==========
1015
* improvement: Default Context Missing Strategy set to Log Error `PR372 https://github.com/aws/aws-xray-sdk-python/pull/372`

aws_xray_sdk/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = '2.12.0'
1+
VERSION = '2.12.1'

docs/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@
6262
# built documents.
6363
#
6464
# The short X.Y version.
65-
version = u'2.12.0'
65+
version = u'2.12.1'
6666
# The full version, including alpha/beta/rc tags.
67-
release = u'2.12.0'
67+
release = u'2.12.1'
6868

6969
# The language for content autogenerated by Sphinx. Refer to documentation
7070
# for a list of supported languages.

0 commit comments

Comments
 (0)