From 1729eab7956bb95c5992e4adab251e4f93ff9280 Mon Sep 17 00:00:00 2001 From: Ben Lovell Date: Thu, 13 Jun 2019 12:53:31 +0100 Subject: [PATCH] Release 0.11.2 --- CHANGELOG.md | 4 ++++ lib/lograge/version.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1442bcfa..5effc384 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +### 0.11.2 + +* Resolve a bug with Action Cable registration [#286](https://github.com/roidrage/lograge/pull/286) + ### 0.11.1 * Resolve a bug with Action Cable registration [#289](https://github.com/roidrage/lograge/pull/289) diff --git a/lib/lograge/version.rb b/lib/lograge/version.rb index ef268c80..2c94b93b 100644 --- a/lib/lograge/version.rb +++ b/lib/lograge/version.rb @@ -1,3 +1,3 @@ module Lograge - VERSION = '0.11.1'.freeze + VERSION = '0.11.2'.freeze end