Skip to content

Commit

Permalink
bump: release LogDNA Agent v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Samir Musali authored and smusali committed Nov 2, 2020
1 parent a084420 commit e216d6f
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
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-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": {
Expand Down
2 changes: 1 addition & 1 deletion tools/files/darwin/logdna-agent.rb
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion tools/files/win32/logdna-agent.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>logdna-agent</id>
<title>LogDNA Agent for Windows</title>
<version>2.0.0</version>
<version>2.1.0</version>
<authors>smusali,leeliu</authors>
<owners>leeliu</owners>
<summary>LogDNA Agent for Windows</summary>
Expand Down

0 comments on commit e216d6f

Please sign in to comment.