From eb3a85192e444aa09b39318bec305b9a07246412 Mon Sep 17 00:00:00 2001 From: Earendil95 Date: Fri, 27 Nov 2020 17:08:41 +0300 Subject: [PATCH] Bump 0.6.0 --- CHANGELOG.md | 5 +++-- lib/n_plus_one_control/version.rb | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b90299d..21f2da8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ -## master (unreleased) +## 0.6.0 (2020-11-27) -- Fix table stats summary when queries use backticks to surround table names ([@andrewhampton]) +- Fix table stats summary when queries use backticks to surround table names ([@andrewhampton][]) - Add support to test for linear query. ([@caalberts][]) ## 0.5.0 (2020-09-07) @@ -30,3 +30,4 @@ Could be specified via `NPLUSONE_BACKTRACE` env var. [@Earendil95]: https://github.com/Earendil95 [@palkan]: https://github.com/palkan [@caalberts]: https://github.com/caalberts +[@andrewhampton]: https://github.com/andrewhampton diff --git a/lib/n_plus_one_control/version.rb b/lib/n_plus_one_control/version.rb index 9efa1a8..4ba92e8 100644 --- a/lib/n_plus_one_control/version.rb +++ b/lib/n_plus_one_control/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module NPlusOneControl - VERSION = "0.5.0" + VERSION = "0.6.0" end