Skip to content

Commit

Permalink
chore(main): release pubsublite 1.3.0 (#5615)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


## [1.3.0](pubsublite/v1.2.2...pubsublite/v1.3.0) (2022-02-15)


### Features

* **pubsublite:** add file for tracking version ([17b36ea](17b36ea))


### Bug Fixes

* **pubsublite:** use pubsublite internal version ([#5618](#5618)) ([0156450](0156450))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
  • Loading branch information
release-please[bot] committed Feb 16, 2022
1 parent d253c24 commit 3b29a79
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
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"privatecatalog": "0.2.0",
"profiler": "0.2.0",
"pubsub": "1.18.0",
"pubsublite": "1.2.2",
"pubsublite": "1.3.0",
"recaptchaenterprise": "1.2.0",
"recommendationengine": "0.2.0",
"recommender": "1.1.0",
Expand Down
12 changes: 12 additions & 0 deletions pubsublite/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changes

## [1.3.0](https://github.com/googleapis/google-cloud-go/compare/pubsublite/v1.2.2...pubsublite/v1.3.0) (2022-02-15)


### Features

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


### Bug Fixes

* **pubsublite:** use pubsublite internal version ([#5618](https://github.com/googleapis/google-cloud-go/issues/5618)) ([0156450](https://github.com/googleapis/google-cloud-go/commit/01564507f57829e7b68f5db3d94acc1ca2ddc90a))

### [1.2.2](https://www.github.com/googleapis/google-cloud-go/compare/pubsublite/v1.2.1...pubsublite/v1.2.2) (2022-02-08)


Expand Down
2 changes: 1 addition & 1 deletion pubsublite/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.2.2"
const Version = "1.3.0"

0 comments on commit 3b29a79

Please sign in to comment.