Skip to content

Commit

Permalink
Release DNS 0.28.0
Browse files Browse the repository at this point in the history
* Add Shared Configuration.
* Update Google API Client dependency.
  • Loading branch information
blowmage committed Feb 27, 2018
1 parent f2930be commit 19bd6c2
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
3 changes: 2 additions & 1 deletion docs/manifest.json
Expand Up @@ -186,8 +186,9 @@
"name": "google-cloud-dns",
"defaultService": "google/cloud/dns",
"versions": [
"v0.27.0",
"v0.28.0",
"master",
"v0.27.0",
"v0.26.0",
"v0.25.0",
"v0.24.0",
Expand Down
5 changes: 5 additions & 0 deletions google-cloud-dns/CHANGELOG.md
@@ -1,5 +1,10 @@
# Release History

### 0.28.0 / 2018-02-27

* Add Shared Configuration.
* Update Google API Client dependency.

### 0.27.0 / 2017-11-14

* Add `Google::Cloud::Dns::Credentials` class.
Expand Down
2 changes: 1 addition & 1 deletion google-cloud-dns/lib/google/cloud/dns/version.rb
Expand Up @@ -16,7 +16,7 @@
module Google
module Cloud
module Dns
VERSION = "0.27.0".freeze
VERSION = "0.28.0".freeze
end
end
end
2 changes: 1 addition & 1 deletion google-cloud/google-cloud.gemspec
Expand Up @@ -23,7 +23,7 @@ Gem::Specification.new do |gem|
gem.add_dependency "google-cloud-dataproc", "~> 0.1.0"
gem.add_dependency "google-cloud-datastore", "~> 1.3"
gem.add_dependency "google-cloud-dlp", "~> 0.1.0"
gem.add_dependency "google-cloud-dns", "~> 0.27.0"
gem.add_dependency "google-cloud-dns", "~> 0.28.0"
gem.add_dependency "google-cloud-error_reporting", "~> 0.29.0"
gem.add_dependency "google-cloud-firestore", "~> 0.20.0"
gem.add_dependency "google-cloud-language", "~> 0.29.0"
Expand Down

0 comments on commit 19bd6c2

Please sign in to comment.