Skip to content

Commit

Permalink
Bump to version 2.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
OsamaSayegh committed Mar 2, 2020
1 parent f404c51 commit b77d149
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

- 2020-03-03: 2.7.1

- FIX: Stop env mutation to allow all chained loggers to have the same env (#110)

- 2020-02-26: 2.7.0

- FEATURE: Make log message max length configurable and bump the default to 2000 (#109)
Expand Down
2 changes: 1 addition & 1 deletion lib/logster/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Logster
VERSION = "2.7.0"
VERSION = "2.7.1"
end
2 changes: 1 addition & 1 deletion website/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
logster (2.7.0)
logster (2.7.1)

GEM
remote: https://rubygems.org/
Expand Down

0 comments on commit b77d149

Please sign in to comment.