Skip to content

Commit

Permalink
bump: release LogDNA Agent v1.6.5
Browse files Browse the repository at this point in the history
- Update internal logging [#164](#164)

- Fix stringification issue on handling 207 [#152](#152)
- Fix memory leak issue [#157](#157)

Ref: LOG-6016
Semver: patch
  • Loading branch information
Samir Musali authored and alfeng6 committed Aug 21, 2020
1 parent 7da58b7 commit 213e2ce
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [1.6.5] - August 21, 2020
### Changed
- Update internal logging [#164](https://github.com/logdna/logdna-agent/pull/164)

Expand Down Expand Up @@ -231,7 +233,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/1.6.2...HEAD
[Unreleased]: https://github.com/logdna/logdna-agent/compare/1.6.5...HEAD
[1.6.5]: https://github.com/logdna/logdna-agent/compare/1.6.2...1.6.5
[1.6.2]: https://github.com/logdna/logdna-agent/compare/1.6.1...1.6.2
[1.6.1]: https://github.com/logdna/logdna-agent/compare/1.5.6...1.6.1
[1.5.6]: https://github.com/logdna/logdna-agent/compare/1.5.5...1.5.6
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": "1.6.3",
"version": "1.6.5",
"description": "LogDNA Collector Agent",
"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 '1.6.2'
version '1.6.5'
sha256 '350956cbeddf0f0b1cf991a58d659e2a4c2344b621370e10c8adb950f9c6bc47'

# 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>1.6.3</version>
<version>1.6.5</version>
<authors>smusali,leeliu</authors>
<owners>leeliu</owners>
<summary>LogDNA Agent for Windows</summary>
Expand Down

0 comments on commit 213e2ce

Please sign in to comment.