diff --git a/.release-please-manifest-submodules.json b/.release-please-manifest-submodules.json index 7b8dad46686..a1d04ada605 100644 --- a/.release-please-manifest-submodules.json +++ b/.release-please-manifest-submodules.json @@ -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", diff --git a/bigtable/CHANGES.md b/bigtable/CHANGES.md index ae4cf44ead9..a19f8e4ff08 100644 --- a/bigtable/CHANGES.md +++ b/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) diff --git a/bigtable/internal/version.go b/bigtable/internal/version.go index efedadbea25..c9ba91825c2 100644 --- a/bigtable/internal/version.go +++ b/bigtable/internal/version.go @@ -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"