From e2d3ec3cb918868a9bc3fb69f542ad6282fdec46 Mon Sep 17 00:00:00 2001 From: Derek Prior Date: Thu, 28 Mar 2024 14:37:23 -0400 Subject: [PATCH] Prepare v1.8.0 --- CHANGELOG.md | 9 +++++++++ lib/scenic/version.rb | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e8e2a280..936e541b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ changelog, see the [commits] for each version via the version links. [commits]: https://github.com/scenic-views/scenic/commits/master +## [1.8.0] - March 28, 2024 + +[1.8.0]: https://github.com/scenic-views/scenic/compare/v1.7.0...v1.8.0 + +### Added + +* Added `#populated?` to check the state of materialized views - *Daisuke + Fujimura*, *Dr Nic Williams* + ## [1.7.0] - December 8, 2022 [1.7.0]: https://github.com/scenic-views/scenic/compare/v1.6.0...v1.7.0 diff --git a/lib/scenic/version.rb b/lib/scenic/version.rb index 4c87f6e7..53e19225 100644 --- a/lib/scenic/version.rb +++ b/lib/scenic/version.rb @@ -1,3 +1,3 @@ module Scenic - VERSION = "1.7.0".freeze + VERSION = "1.8.0".freeze end