Skip to content

Commit

Permalink
Prepare v1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
derekprior committed Mar 28, 2024
1 parent 86a123c commit beb245e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/scenic/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Scenic
VERSION = "1.7.0".freeze
VERSION = "1.8.0".freeze
end

0 comments on commit beb245e

Please sign in to comment.