We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da50494 commit 5ce6c27Copy full SHA for 5ce6c27
CHANGELOG.md
@@ -22,3 +22,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
22
## [0.1.7] - 2021-08-16
23
24
- 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
@@ -1,3 +1,3 @@
1
module Logtail
2
- VERSION = "0.1.7"
+ VERSION = "0.1.8"
3
end
0 commit comments