From 4ae5baa14911dac287a128e28d1575b2ed01d1d6 Mon Sep 17 00:00:00 2001 From: Duc Ha Date: Sat, 26 Mar 2016 11:08:26 -0700 Subject: [PATCH] Add CHANGELOG --- CHANGELOG.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..ff650c4 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,25 @@ +# CHANGELOG for sumologic-aws-lambda functions + +This file lists changes made in each version of function repo + +## 1.2.0: +Feb 29, 2016 +* Merged [PR#4](https://github.com/SumoLogic/sumologic-aws-lambda/pull/4), add LICENSE file, and a function for reading from S3. + +## 1.1.1: +Feb 22, 2016 +* Merged [PR#3](https://github.com/SumoLogic/sumologic-aws-lambda/pull/3), add strict equality comparison operator in the Lambda function for Lambda logs + +## 1.1.0: +Feb 3, 2016 +* Merged [PR#2](https://github.com/SumoLogic/sumologic-aws-lambda/pull/2), add a function for reading from AWS Kinesis + +## 1.0.0: +Jan 25, 2016 +* Initial release with 2 functions for reading from AWS CloudWatch Logs (VPC and Lambda function logs) + + +- - - +Check the [Markdown Syntax Guide](http://daringfireball.net/projects/markdown/syntax) for help with Markdown. + +The [Github Flavored Markdown page](http://github.github.com/github-flavored-markdown/) describes the differences between markdown on github and standard markdown.