Skip to content

Commit

Permalink
release: 2021-04-29, Version 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
logdnabot committed Apr 29, 2021
1 parent 9370e76 commit 7d686d5
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 1 deletion.
38 changes: 38 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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).
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 7d686d5

Please sign in to comment.