From 046273613e017c8425754c5589454a7927bde66c Mon Sep 17 00:00:00 2001 From: Dmitriy Tarasov Date: Sun, 13 Feb 2022 15:02:55 +0300 Subject: [PATCH] chore(release): v1.1.1 --- CHANGELOG.md | 9 +++++++++ lib/query_count/version.rb | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5987fb8..84e751e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [1.1.1](https://github.com/rubysamurai/query_count/compare/v1.1.0...v1.1.1) (2022-02-13) + + +### Bug Fixes + +* Prevent `NoMethodError` when the database is not established ([#1](https://github.com/rubysamurai/query_count/pull/1)) ([ff8a47b](https://github.com/rubysamurai/query_count/commit/ff8a47b8fd223e24588c2eb08e0ded3bc7df4b28)) (@tubaxenor) + + + # [1.1.0](https://github.com/rubysamurai/query_count/compare/v1.0.0...v1.1.0) (2022-01-26) diff --git a/lib/query_count/version.rb b/lib/query_count/version.rb index c7a23b6..142d2e4 100644 --- a/lib/query_count/version.rb +++ b/lib/query_count/version.rb @@ -1,3 +1,3 @@ module QueryCount - VERSION = '1.1.0'.freeze + VERSION = '1.1.1'.freeze end