Skip to content

Commit a83e360

Browse files
chore(main): release pubsublite 1.8.1
1 parent 3b50ab2 commit a83e360

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest-individual.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"logging": "1.7.0",
88
"profiler": "0.3.1",
99
"pubsub": "1.30.1",
10-
"pubsublite": "1.8.0",
10+
"pubsublite": "1.8.1",
1111
"spanner": "1.45.1",
1212
"storage": "1.30.1"
1313
}

pubsublite/CHANGES.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changes
22

3+
## [1.8.1](https://github.com/googleapis/google-cloud-go/compare/pubsublite/v1.8.0...pubsublite/v1.8.1) (2023-05-11)
4+
5+
6+
### Bug Fixes
7+
8+
* **pubsublite:** Update grpc to v1.55.0 ([1147ce0](https://github.com/googleapis/google-cloud-go/commit/1147ce02a990276ca4f8ab7a1ab65c14da4450ef))
9+
310
## [1.8.0](https://github.com/googleapis/google-cloud-go/compare/pubsublite/v1.7.1...pubsublite/v1.8.0) (2023-04-28)
411

512

pubsublite/internal/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
package internal
1616

1717
// Version is the current tagged release of the library.
18-
const Version = "1.8.0"
18+
const Version = "1.8.1"

0 commit comments

Comments
 (0)