Skip to content

Commit 213e2ce

Browse files
Samir Musalialfeng6
Samir Musali
authored andcommitted
bump: release LogDNA Agent v1.6.5
- Update internal logging [#164](#164) - Fix stringification issue on handling 207 [#152](#152) - Fix memory leak issue [#157](#157) Ref: LOG-6016 Semver: patch
1 parent 7da58b7 commit 213e2ce

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
9+
## [1.6.5] - August 21, 2020
810
### Changed
911
- Update internal logging [#164](https://github.com/logdna/logdna-agent/pull/164)
1012

@@ -231,7 +233,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
231233
- Refactor agent code
232234
- Lint & Style Validations
233235

234-
[Unreleased]: https://github.com/logdna/logdna-agent/compare/1.6.2...HEAD
236+
[Unreleased]: https://github.com/logdna/logdna-agent/compare/1.6.5...HEAD
237+
[1.6.5]: https://github.com/logdna/logdna-agent/compare/1.6.2...1.6.5
235238
[1.6.2]: https://github.com/logdna/logdna-agent/compare/1.6.1...1.6.2
236239
[1.6.1]: https://github.com/logdna/logdna-agent/compare/1.5.6...1.6.1
237240
[1.5.6]: https://github.com/logdna/logdna-agent/compare/1.5.5...1.5.6

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": "1.6.3",
3+
"version": "1.6.5",
44
"description": "LogDNA Collector Agent",
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 '1.6.2'
2+
version '1.6.5'
33
sha256 '350956cbeddf0f0b1cf991a58d659e2a4c2344b621370e10c8adb950f9c6bc47'
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>1.6.3</version>
7+
<version>1.6.5</version>
88
<authors>smusali,leeliu</authors>
99
<owners>leeliu</owners>
1010
<summary>LogDNA Agent for Windows</summary>

0 commit comments

Comments
 (0)