Skip to content

Commit

Permalink
Bump version to 2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
OsamaSayegh committed Feb 26, 2020
1 parent e5c4fc0 commit 3c7a2bb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
# CHANGELOG

- 2020-02-26: 2.7.0

- FEATURE: Make log message max length configurable and bump the default to 2000 (#109)

- 2020-02-17: 2.6.3

- FIX: Respect redis namespace when fetching env using LUA
Expand Down
2 changes: 1 addition & 1 deletion lib/logster/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Logster
VERSION = "2.6.3"
VERSION = "2.7.0"
end
2 changes: 1 addition & 1 deletion website/Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
logster (2.6.3)
logster (2.7.0)

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

0 comments on commit 3c7a2bb

Please sign in to comment.