We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c517956 commit eab346dCopy full SHA for eab346d
CHANGELOG.md
@@ -1,4 +1,8 @@
1
# Telemetry::Logger
2
3
+## v0.1.1
4
+* Fixing issue with color option using the wrong method name
5
+* Removing format logger from the setup command
6
+
7
## v0.1.0
8
Initial release
lib/telemetry/logger/version.rb
@@ -1,5 +1,5 @@
module Telemetry
module Logger
- VERSION = '0.1.0'.freeze
+ VERSION = '0.1.1'.freeze
end
0 commit comments