Skip to content

Commit 8dc8893

Browse files
committed
Bump version/Changelog
1 parent bd0bec5 commit 8dc8893

File tree

2 files changed

+15
-11
lines changed

2 files changed

+15
-11
lines changed

CHANGELOG.md

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,22 @@
1-
CHANGELOG
2-
=========
1+
# CHANGELOG
2+
3+
# Version: 4 / 2019-07-23
4+
5+
- Correctly parse trace headers with mixed casing
6+
37
# Version: 3 / 2019-06-18
48

5-
* Log metrics in a compact format
9+
- Log metrics in a compact format
610

711
# Version: 2 / 2019-06-10
812

9-
* Support submitting metrics through CloudWatch Logs
10-
* Support submitting metrics to `datadoghq.eu`
11-
* Support KMS-encrypted DD API Key
12-
* Fix a few bugs
13+
- Support submitting metrics through CloudWatch Logs
14+
- Support submitting metrics to `datadoghq.eu`
15+
- Support KMS-encrypted DD API Key
16+
- Fix a few bugs
1317

1418
# Version: 1 / 2019-05-06
1519

16-
* First release
17-
* Support submitting distribution metrics from Lambda functions
18-
* Support distributed tracing between serverful and serverless services
20+
- First release
21+
- Support submitting distribution metrics from Lambda functions
22+
- Support distributed tracing between serverful and serverless services

datadog_lambda/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "3"
1+
__version__ = "4"

0 commit comments

Comments
 (0)