Skip to content

Commit

Permalink
Release Trace 0.28.1
Browse files Browse the repository at this point in the history
* Fix credentials verification bug in Railtie.
  • Loading branch information
blowmage committed Nov 16, 2017
1 parent b056dff commit 8bb44e2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docs/manifest.json
Expand Up @@ -369,8 +369,9 @@
"name": "google-cloud-trace",
"defaultService": "google/cloud/trace",
"versions": [
"v0.28.0",
"v0.28.1",
"master",
"v0.28.0",
"v0.27.2",
"v0.27.1",
"v0.27.0",
Expand Down
4 changes: 4 additions & 0 deletions google-cloud-trace/CHANGELOG.md
@@ -1,5 +1,9 @@
# Release History

### 0.28.1 / 2017-11-15

* Fix credentials verification bug in Railtie.

### 0.28.0 / 2017-11-14

* Add `Google::Cloud::Trace::Credentials` class.
Expand Down
2 changes: 1 addition & 1 deletion google-cloud-trace/lib/google/cloud/trace/version.rb
Expand Up @@ -16,7 +16,7 @@
module Google
module Cloud
module Trace
VERSION = "0.28.0".freeze
VERSION = "0.28.1".freeze
end
end
end

0 comments on commit 8bb44e2

Please sign in to comment.