Skip to content

Commit

Permalink
Bump Logster version to 2.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
OsamaSayegh committed Feb 17, 2020
1 parent df5a1d1 commit 4f599de
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-17: 2.6.3

- FIX: Respect redis namespace when fetching env using LUA

- 2020-02-09: 2.6.2

- FIX: Regression with rendering single env when `env_expandable_keys` config is present
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.2"
VERSION = "2.6.3"
end
2 changes: 1 addition & 1 deletion website/Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
logster (2.6.2)
logster (2.6.3)

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

0 comments on commit 4f599de

Please sign in to comment.