Skip to content

Commit

Permalink
chore(main): release trace 1.1.0 (#5549)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Feb 14, 2022
1 parent 5720b25 commit e04f5e9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest-submodules.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
"talent": "0.3.1",
"texttospeech": "1.1.0",
"tpu": "1.0.0",
"trace": "1.0.0",
"trace": "1.1.0",
"translate": "1.0.0",
"video": "1.2.0",
"videointelligence": "1.0.0",
Expand Down
8 changes: 7 additions & 1 deletion trace/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changes

## [1.1.0](https://github.com/googleapis/google-cloud-go/compare/trace/v1.0.0...trace/v1.1.0) (2022-02-14)


### Features

* **trace:** add file for tracking version ([17b36ea](https://github.com/googleapis/google-cloud-go/commit/17b36ead42a96b1a01105122074e65164357519e))

## 1.0.0

Stabilize GA surface.
Expand All @@ -8,4 +15,3 @@ Stabilize GA surface.

This is the first tag to carve out trace as its own module. See
[Add a module to a multi-module repository](https://github.com/golang/go/wiki/Modules#is-it-possible-to-add-a-module-to-a-multi-module-repository).

2 changes: 1 addition & 1 deletion trace/internal/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
package internal

// Version is the current tagged release of the library.
const Version = "1.0.0"
const Version = "1.1.0"

0 comments on commit e04f5e9

Please sign in to comment.