diff --git a/CHANGELOG.rst b/CHANGELOG.rst index d806a88b..66d9b0f4 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,11 @@ CHANGELOG Unreleased ========== + +2.10.0 +========== +* bugfix: Only import future for py2. `PR343 `_. +* bugfix: Defensively copy context entities to async thread. `PR340 `_. * improvement: Added support for IGNORE_ERROR option when context is missing. `PR338 `_. 2.9.0 diff --git a/aws_xray_sdk/version.py b/aws_xray_sdk/version.py index 59eb0ac8..5bed97f9 100644 --- a/aws_xray_sdk/version.py +++ b/aws_xray_sdk/version.py @@ -1 +1 @@ -VERSION = '2.9.0' +VERSION = '2.10.0' diff --git a/docs/conf.py b/docs/conf.py index b576b0c1..2cc56f2b 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -62,9 +62,9 @@ # built documents. # # The short X.Y version. -version = u'2.9.0' +version = u'2.10.0' # The full version, including alpha/beta/rc tags. -release = u'2.9.0' +release = u'2.10.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.