Skip to content

Commit e216d6f

Browse files
Samir Musalismusali
Samir Musali
authored andcommitted
bump: release LogDNA Agent v2.1.0
1 parent a084420 commit e216d6f

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [2.1.0]
10+
### Changed
11+
- Use systemd service name as the app name [#210](https://github.com/logdna/logdna-agent/pull/210)
12+
13+
### Fixed
14+
- Revert environment variable changes [#208](https://github.com/logdna/logdna-agent/pull/208)
15+
916
## [2.0.0] - October 2, 2020
1017
### Removed
1118
- Deprecate the unstable WinEvent Logging component [#194](https://github.com/logdna/logdna-agent/pull/194)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "logdna-agent",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"description": "LogDNA Agent streams from log files to your LogDNA account. Works with Linux, Windows, and macOS Servers",
55
"main": "index.js",
66
"scripts": {

tools/files/darwin/logdna-agent.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cask "logdna-agent" do
2-
version "2.0.0"
2+
version "2.1.0"
33
sha256 "fa6039599c9d3fcb6c33b69c95b7e86bd88261db0d3a73076ea2887876423ded"
44

55
# github.com/logdna/logdna-agent/ was verified as official when first introduced to the cask

tools/files/win32/logdna-agent.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<metadata>
55
<id>logdna-agent</id>
66
<title>LogDNA Agent for Windows</title>
7-
<version>2.0.0</version>
7+
<version>2.1.0</version>
88
<authors>smusali,leeliu</authors>
99
<owners>leeliu</owners>
1010
<summary>LogDNA Agent for Windows</summary>

0 commit comments

Comments
 (0)