We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents edbd7dd + 9e06865 commit 5e37689Copy full SHA for 5e37689
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# CHANGELOG
2
3
+# Version: 6 / 2019-09-16
4
+
5
+- Support `DD_LOGS_INJECTION` for trace and log correlation
6
7
# Version: 5 / 2019-07-26
8
9
- Publish the layer as a package `datadog_lambda` to PyPI
datadog_lambda/__init__.py
@@ -1,6 +1,6 @@
# The minor version corresponds to the Lambda layer version.
# E.g.,, version 0.5.0 gets packaged into layer version 5.
-__version__ = '0.5.0'
+__version__ = '0.6.0'
import os
0 commit comments