Skip to content

Commit 6087ba6

Browse files
authored
Merge pull request #24 from DataDog/stephenf/update-changelog-v8
Bump version to v8 and update changelog
2 parents 5b8b929 + e8e26d3 commit 6087ba6

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

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

3+
# Version 8 / 2019-10-24
4+
5+
- Remove vendored botocore requests patching since the package has been removed from the latest botocore
6+
- Update README for enhanced metrics instructions
7+
38
# Version: 7 / 2019-10-24
49

510
- Increment `aws.lambda.enhanced.invocations` and `aws.lambda.enhanced.errors` metrics for each invocation if `DD_ENHANCED_METRICS` env var is set to true.

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.7.0'
3+
__version__ = '0.8.0'
44

55

66
import os

0 commit comments

Comments
 (0)