diff --git a/CHANGELOG.md b/CHANGELOG.md index d087243..0da6cac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.3.16](https://github.com/looker-open-source/gzr/compare/v0.3.15...v0.3.16) (2024-06-27) + + +### Features + +* randomize a specific alert by alert_id ([0e9cf40](https://github.com/looker-open-source/gzr/commit/0e9cf401346845d4f740a75379161cecddf1669b)) +* randomize a specific plan by plan_id ([99d30f1](https://github.com/looker-open-source/gzr/commit/99d30f1747eafa81989bfd3bfc728c5a367fc1e3)) + ## [0.3.15](https://github.com/looker-open-source/gzr/compare/v0.3.14...v0.3.15) (2024-06-12) diff --git a/Gemfile.lock b/Gemfile.lock index 92e6f52..2843918 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - gazer (0.3.15) + gazer (0.3.16) 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 cb4818e..87efeb4 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.15'.freeze + VERSION = '0.3.16'.freeze end