Skip to content

Commit 141325a

Browse files
committed
Bump version and update changelog
1 parent 2d12a5b commit 141325a

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 9 / 2019-11-04
4+
5+
- Tag layer-generated `aws.lambda.enhanced.invocations` and `aws.lambda.enhanced.errors` enhanced metrics with `runtime` and `memorysize`
6+
37
# Version 8 / 2019-10-24
48

59
- Remove vendored botocore requests patching since the package has been removed from the latest botocore

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.8.0'
3+
__version__ = '0.9.0'
44

55

66
import os

0 commit comments

Comments
 (0)