Skip to content

Commit 5ce6c27

Browse files
committed
[v0.1.8]
1 parent da50494 commit 5ce6c27

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
2222
## [0.1.7] - 2021-08-16
2323

2424
- Fixed runtime context's frame label encoding.
25+
26+
## [0.1.8] - 2023-01-16
27+
28+
- Fix issue where message is lost when logging hashes with multiple IO devices (thanks @olivier-thatch!)

lib/logtail/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Logtail
2-
VERSION = "0.1.7"
2+
VERSION = "0.1.8"
33
end

0 commit comments

Comments
 (0)