diff --git a/CHANGELOG.md b/CHANGELOG.md index cbcacc9b..3794e848 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.1.0] +### Changed +- Use systemd service name as the app name [#210](https://github.com/logdna/logdna-agent/pull/210) + +### Fixed +- Revert environment variable changes [#208](https://github.com/logdna/logdna-agent/pull/208) + ## [2.0.0] - October 2, 2020 ### Removed - Deprecate the unstable WinEvent Logging component [#194](https://github.com/logdna/logdna-agent/pull/194) diff --git a/package.json b/package.json index 5db0d80a..3ff783f1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "logdna-agent", - "version": "2.0.0", + "version": "2.1.0", "description": "LogDNA Agent streams from log files to your LogDNA account. Works with Linux, Windows, and macOS Servers", "main": "index.js", "scripts": { diff --git a/tools/files/darwin/logdna-agent.rb b/tools/files/darwin/logdna-agent.rb index 3f168276..e41694fe 100644 --- a/tools/files/darwin/logdna-agent.rb +++ b/tools/files/darwin/logdna-agent.rb @@ -1,5 +1,5 @@ cask "logdna-agent" do - version "2.0.0" + version "2.1.0" sha256 "fa6039599c9d3fcb6c33b69c95b7e86bd88261db0d3a73076ea2887876423ded" # github.com/logdna/logdna-agent/ was verified as official when first introduced to the cask diff --git a/tools/files/win32/logdna-agent.nuspec b/tools/files/win32/logdna-agent.nuspec index b70c263d..a4e7f5bd 100644 --- a/tools/files/win32/logdna-agent.nuspec +++ b/tools/files/win32/logdna-agent.nuspec @@ -4,7 +4,7 @@ logdna-agent LogDNA Agent for Windows - 2.0.0 + 2.1.0 smusali,leeliu leeliu LogDNA Agent for Windows