diff --git a/CHANGELOG.md b/CHANGELOG.md index defcea2..494db3e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.2.0] - January 19, 2021 +### Changed +- Bump @logdna/logger which includes an `axios` fix for a SSRF vulerability. This bump + also includes a passthrough for the `sendUserAgent` option. [#219](https://github.com/logdna/logdna-agent/pull/219) + ## [2.1.2] - November 16, 2020 ### Fixed - Send SIGKILL if the process refuses to stop [#213](https://github.com/logdna/logdna-agent/pull/213) @@ -258,7 +263,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Refactor agent code - Lint & Style Validations -[Unreleased]: https://github.com/logdna/logdna-agent/compare/2.1.2...HEAD +[Unreleased]: https://github.com/logdna/logdna-agent/compare/2.2.0...HEAD +[2.2.0]: https://github.com/logdna/logdna-agent/compare/2.1.2...2.2.0 [2.1.2]: https://github.com/logdna/logdna-agent/compare/2.1.1...2.1.2 [2.1.1]: https://github.com/logdna/logdna-agent/compare/2.1.0...2.1.1 [2.1.0]: https://github.com/logdna/logdna-agent/compare/2.0.0...2.1.0 diff --git a/package.json b/package.json index 543c0ca..a5f00b2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "logdna-agent", - "version": "2.1.2", + "version": "2.2.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 26a5e95..4296053 100644 --- a/tools/files/darwin/logdna-agent.rb +++ b/tools/files/darwin/logdna-agent.rb @@ -2,7 +2,7 @@ # frozen_string_literal: true cask "logdna-agent" do - version "2.1.2" + version "2.2.0" sha256 "b5c44e27cd6f4a92ff2eb12be09ff0be7e8a56309db33c139db42f5110a037fb" # 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 b4abfd4..cc01ddd 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.1.2 + 2.2.0 smusali,leeliu leeliu LogDNA Agent for Windows @@ -15,7 +15,7 @@ https://github.com/logdna/logdna-agent https://github.com/logdna/logdna-agent/issues logdna-agent tail logging devops logdna - Copyright 2020 LogDNA, Inc. + Copyright 2021 LogDNA, Inc. https://github.com/logdna/logdna-agent/blob/master/LICENSE false https://github.com/logdna/artwork/raw/master/ld-logo-square-480.png