Skip to content

Commit 5e2daa9

Browse files
committed
Release google-cloud-trace 0.33.0
* Fix labels in Trace. (tareksamni)
1 parent 7c2f5a7 commit 5e2daa9

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,7 @@
478478
"name": "google-cloud-trace",
479479
"defaultService": "google/cloud/trace",
480480
"versions": [
481-
"v0.32.0",
481+
"v0.33.0",
482482
"master",
483483
"v0.31.0",
484484
"v0.30.0",

google-cloud-trace/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Release History
22

3-
### 0.32.0 / 2018-05-01
3+
### 0.33.0 / 2018-05-01
44

55
* Fix labels in Trace. (tareksamni)
66

google-cloud-trace/lib/google/cloud/trace/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
module Google
1717
module Cloud
1818
module Trace
19-
VERSION = "0.32.0".freeze
19+
VERSION = "0.33.0".freeze
2020
end
2121
end
2222
end

0 commit comments

Comments
 (0)