Skip to content

Commit

Permalink
Merge pull request #16 from DataDog/tian.chu/bump-version-to-6
Browse files Browse the repository at this point in the history
Bump version to 6
  • Loading branch information
tianchu authored Sep 16, 2019
2 parents edbd7dd + 9e06865 commit 5e37689
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

# Version: 6 / 2019-09-16

- Support `DD_LOGS_INJECTION` for trace and log correlation

# Version: 5 / 2019-07-26

- Publish the layer as a package `datadog_lambda` to PyPI
Expand Down
2 changes: 1 addition & 1 deletion datadog_lambda/__init__.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 5e37689

Please sign in to comment.