diff --git a/CHANGELOG.md b/CHANGELOG.md index 599ed48..d087243 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.3.15](https://github.com/looker-open-source/gzr/compare/v0.3.14...v0.3.15) (2024-06-12) + + +### Features + +* Alert randomization ([f367d8e](https://github.com/looker-open-source/gzr/commit/f367d8e5e0d164cf5cf1d9b7e79ed93fd2c0ea62)) +* Plan randomization ([3176fe0](https://github.com/looker-open-source/gzr/commit/3176fe0032c237adcb7b95d821e0f54323e19221)) + ## [0.3.14](https://github.com/looker-open-source/gzr/compare/v0.3.13...v0.3.14) (2024-03-11) diff --git a/Gemfile.lock b/Gemfile.lock index f0f297c..92e6f52 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - gazer (0.3.14) + gazer (0.3.15) faraday (~> 2.7.8) faraday-multipart (~> 1.0) looker-sdk (~> 0.1.6) diff --git a/lib/gzr/version.rb b/lib/gzr/version.rb index c2144ae..cb4818e 100644 --- a/lib/gzr/version.rb +++ b/lib/gzr/version.rb @@ -20,5 +20,5 @@ # CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. module Gzr - VERSION = '0.3.14'.freeze + VERSION = '0.3.15'.freeze end