Skip to content

Commit

Permalink
v2.1.0 (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
smusali authored Nov 14, 2019
1 parent f3cb7b2 commit 572b5da
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,12 @@

This file documents all notable changes in `LogDNA CloudWatch Lambda Function`. The release numbering uses [semantic versioning](http://semver.org).

## v2.1.0 - Released on November 14, 2019
* Update retry mechanism
* Remove message truncation

## v2.0.3 - Released on November 1, 2019
* Fix bugs: change constants values to milliseconds [commit](https://github.com/logdna/logdna-cloudwatch/commit/7a26f4730cbac052387c782ec86711a132ab7082)
* Fix bugs: change constants values to milliseconds

## v2.0.2 - Released on September 11, 2019

Expand Down
2 changes: 1 addition & 1 deletion logdna/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "logdna-cloudwatch",
"version": "2.0.3",
"version": "2.1.0",
"description": "Lambda Functions to Stream Logs from AWS CloudWatch to LogDNA",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 572b5da

Please sign in to comment.