diff --git a/CHANGELOG.md b/CHANGELOG.md index 409cf81..18a28b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.3.11](https://github.com/looker-open-source/gzr/compare/v0.3.10...v0.3.11) (2023-09-29) + + +### Features + +* Tech debt removal for better testing ([#223](https://github.com/looker-open-source/gzr/issues/223)) ([e3a7e88](https://github.com/looker-open-source/gzr/commit/e3a7e889fe020a4a1a5f496b634b11cf96c3028f)) + ## [0.3.10](https://github.com/looker-open-source/gzr/compare/v0.3.9...v0.3.10) (2023-06-28) diff --git a/Gemfile.lock b/Gemfile.lock index 8805653..8e9cb1f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - gazer (0.3.10) + gazer (0.3.11) 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 64c338d..2a4e54f 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.10'.freeze + VERSION = '0.3.11'.freeze end