diff --git a/.release-please-manifest-individual.json b/.release-please-manifest-individual.json index abebd36e7a3..eff6cb7ed9e 100644 --- a/.release-please-manifest-individual.json +++ b/.release-please-manifest-individual.json @@ -7,7 +7,7 @@ "logging": "1.6.0", "profiler": "0.3.0", "pubsub": "1.27.0", - "pubsublite": "1.4.1", + "pubsublite": "1.5.0", "spanner": "1.41.0", "storage": "1.28.0" } diff --git a/pubsublite/CHANGES.md b/pubsublite/CHANGES.md index 505b0c4e584..02c93f99a4a 100644 --- a/pubsublite/CHANGES.md +++ b/pubsublite/CHANGES.md @@ -1,5 +1,15 @@ # Changes +## [1.5.0](https://github.com/googleapis/google-cloud-go/compare/pubsublite/v1.4.1...pubsublite/v1.5.0) (2022-12-01) + + +### Features + +* **pubsublite:** Add current state of export subscriptions to API ([2a0b1ae](https://github.com/googleapis/google-cloud-go/commit/2a0b1aeb1683222e6aa5c876cb945845c00cef79)) +* **pubsublite:** Remove obsolete export subscription statuses field from API ([7231644](https://github.com/googleapis/google-cloud-go/commit/7231644e71f05abc864924a0065b9ea22a489180)) +* **pubsublite:** Set finalizer for PublisherClient ([#7109](https://github.com/googleapis/google-cloud-go/issues/7109)) ([e648bd9](https://github.com/googleapis/google-cloud-go/commit/e648bd95ff5b33383440e18245106741292ac97a)) +* **pubsublite:** start generating proto stubs ([cf89415](https://github.com/googleapis/google-cloud-go/commit/cf894154e451a32b431fef2af3781a0d2d8080ff)) + ## [1.4.1](https://github.com/googleapis/google-cloud-go/compare/pubsublite/v1.4.0...pubsublite/v1.4.1) (2022-10-18) diff --git a/pubsublite/internal/version.go b/pubsublite/internal/version.go index d8c36ecebc1..e93235c2032 100644 --- a/pubsublite/internal/version.go +++ b/pubsublite/internal/version.go @@ -15,4 +15,4 @@ package internal // Version is the current tagged release of the library. -const Version = "1.4.1" +const Version = "1.5.0"