diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b42514..e69c291 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.0.0](https://github.com/puppetlabs/vmpooler-dns-gcp/tree/1.0.0) (2023-04-19) + +[Full Changelog](https://github.com/puppetlabs/vmpooler-dns-gcp/compare/0.0.1...1.0.0) + +**Implemented enhancements:** + +- \(RE-15124\) Initial implementation [\#1](https://github.com/puppetlabs/vmpooler-dns-gcp/pull/1) ([yachub](https://github.com/yachub)) + +## [0.0.1](https://github.com/puppetlabs/vmpooler-dns-gcp/tree/0.0.1) (2023-01-27) + +[Full Changelog](https://github.com/puppetlabs/vmpooler-dns-gcp/compare/2663cfaac4ccbf7273615ff493b5670e46702571...0.0.1) + \* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)* diff --git a/Gemfile.lock b/Gemfile.lock index c1dd62e..bdeed66 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - vmpooler-dns-gcp (0.1.0) + vmpooler-dns-gcp (1.0.0) google-cloud-dns (~> 0.35.1) googleauth (>= 0.16.2, < 1.3.0) vmpooler (~> 3.0) @@ -62,7 +62,6 @@ GEM mustermann (2.0.2) ruby2_keywords (~> 0.0.1) net-ldap (0.17.1) - nio4r (2.5.8) nio4r (2.5.8-java) opentelemetry-api (1.1.0) opentelemetry-common (0.19.6) @@ -108,8 +107,6 @@ GEM pickup (0.0.11) prometheus-client (2.1.0) public_suffix (5.0.1) - puma (5.6.5) - nio4r (~> 2.0) puma (5.6.5-java) nio4r (~> 2.0) rack (2.2.6.4) diff --git a/lib/vmpooler-dns-gcp/version.rb b/lib/vmpooler-dns-gcp/version.rb index c38e817..c93ff3f 100644 --- a/lib/vmpooler-dns-gcp/version.rb +++ b/lib/vmpooler-dns-gcp/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module VmpoolerDnsGcp - VERSION = '0.1.0' + VERSION = '1.0.0' end