From 7d686d50820976caac43725e035c3a66d91f532e Mon Sep 17 00:00:00 2001 From: LogDNA Bot Date: Thu, 29 Apr 2021 20:11:29 +0000 Subject: [PATCH] release: 2021-04-29, Version 2.0.0 [skip ci] --- CHANGELOG.md | 38 ++++++++++++++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 39 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5211a46..4c172fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,41 @@ +## Changelog + +# [2.0.0](https://github.com/logdna/logdna-s3/compare/v1.0.0...v2.0.0) (2021-04-29) + + +### Code Refactoring + +* **logger**: introduce @logdna/logger as a logger [ab7ce97](https://github.com/logdna/logdna-s3/commit/ab7ce9716408539feedaa611f5725e1c9f625b29) - Samir Musali, closes: [#2](https://github.com/logdna/logdna-s3/issues/2) +* restructure the implementation [37db8ea](https://github.com/logdna/logdna-s3/commit/37db8eafac9bf1c5df868d445d411938720d18df) - Samir Musali, closes: [#2](https://github.com/logdna/logdna-s3/issues/2) + + +### Continuous Integration + +* replace CircleCI with Jenkins [9370e76](https://github.com/logdna/logdna-s3/commit/9370e76ad12db0e69f9ed654d08364ebdd7431a0) - Samir Musali, closes: [#4](https://github.com/logdna/logdna-s3/issues/4) + + +### Features + +* **config**: use LogDNA's env-config package [f5f311f](https://github.com/logdna/logdna-s3/commit/f5f311f9cb476c70e5202a78dbe00aa2d6fade9c) - Samir Musali, closes: [#2](https://github.com/logdna/logdna-s3/issues/2) + + +### Miscellaneous + +* update README and Contribution Guide and add Code of Conduct [e2a9398](https://github.com/logdna/logdna-s3/commit/e2a93980c313a6b1376fcdb45d84602064ed6908) - Samir Musali, closes: [#8](https://github.com/logdna/logdna-s3/issues/8) + + +### Tests + +* add unit test coverage [d5719a7](https://github.com/logdna/logdna-s3/commit/d5719a71ae1a24c6884d71b44112fa1ae526aa03) - Samir Musali, closes: [#3](https://github.com/logdna/logdna-s3/issues/3) + + +### **BREAKING CHANGES** + +* Environment variables have been removed/renamed + +This removes CircleCI and goes with Jenkins and sets up for the +2.0.0 release + # CHANGELOG This file documents all notable changes in the `LogDNA S3 Lambda Function`. The release numbering uses [semantic versioning](http://semver.org). diff --git a/package.json b/package.json index 67efc19..5370f1b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "logdna-s3", - "version": "1.0.0", + "version": "2.0.0", "description": "Lambda Function to Stream Logs from AWS S3 to LogDNA", "main": "index.js", "scripts": {