Skip to content

Commit 9e06865

Browse files
committed
Bump version to 6
1 parent edbd7dd commit 9e06865

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGELOG
22

3+
# Version: 6 / 2019-09-16
4+
5+
- Support `DD_LOGS_INJECTION` for trace and log correlation
6+
37
# Version: 5 / 2019-07-26
48

59
- Publish the layer as a package `datadog_lambda` to PyPI

datadog_lambda/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# The minor version corresponds to the Lambda layer version.
22
# E.g.,, version 0.5.0 gets packaged into layer version 5.
3-
__version__ = '0.5.0'
3+
__version__ = '0.6.0'
44

55

66
import os

0 commit comments

Comments
 (0)