Skip to content

Commit eb206fd

Browse files
committed
Bump version to 7, update changelog
1 parent b350ac4 commit eb206fd

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: 7 / 2019-10-24
4+
5+
- Increment `aws.lambda.enhanced.invocations` and `aws.lambda.enhanced.errors` metrics for each invocation if `DD_ENHANCED_METRICS` env var is set to true.
6+
37
# Version: 6 / 2019-09-16
48

59
- Support `DD_LOGS_INJECTION` for trace and log correlation

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.6.0'
3+
__version__ = '0.7.0'
44

55

66
import os

0 commit comments

Comments
 (0)