Skip to content

Commit

Permalink
Bump lumberaxe version (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
xjunior authored Oct 18, 2022
1 parent d33ad10 commit b07c31d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions packages/lumberaxe/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## [Unreleased]

## [0.1.3] - 2022-10-18

- Fix tag keys on log formatter

## [0.1.2] - 2022-09-09

- Ensure logging works without rails environments
Expand Down
2 changes: 1 addition & 1 deletion packages/lumberaxe/lib/lumberaxe/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Lumberaxe
VERSION = "0.1.2"
VERSION = "0.1.3"
end

0 comments on commit b07c31d

Please sign in to comment.