Skip to content

Commit

Permalink
chore(main): release bigtable 1.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Feb 23, 2022
1 parent 6b5db1b commit ff6bb20
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest-submodules.json
Expand Up @@ -12,7 +12,7 @@
"assuredworkloads": "0.4.0",
"automl": "1.2.0",
"bigquery": "1.28.0",
"bigtable": "1.13.0",
"bigtable": "1.14.0",
"billing": "1.1.0",
"binaryauthorization": "0.3.0",
"channel": "1.4.1",
Expand Down
12 changes: 12 additions & 0 deletions bigtable/CHANGES.md
@@ -1,5 +1,17 @@
# Changes

## [1.14.0](https://github.com/googleapis/google-cloud-go/compare/bigtable/v1.13.0...bigtable/v1.14.0) (2022-02-23)


### Features

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


### Bug Fixes

* **bigtable:** use internal.Version that is auto-updated for UA ([#5679](https://github.com/googleapis/google-cloud-go/issues/5679)) ([bd2c600](https://github.com/googleapis/google-cloud-go/commit/bd2c600145b1fd12c3ef4f314e4d72543e575206)), refs [#3330](https://github.com/googleapis/google-cloud-go/issues/3330)

## [1.13.0](https://www.github.com/googleapis/google-cloud-go/compare/bigtable/v1.12.0...bigtable/v1.13.0) (2022-01-24)


Expand Down
2 changes: 1 addition & 1 deletion bigtable/internal/version.go
Expand Up @@ -15,4 +15,4 @@
package internal

// Version is the current tagged release of the library.
const Version = "1.13.0"
const Version = "1.14.0"

0 comments on commit ff6bb20

Please sign in to comment.