diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 717ef5124baa..37fcefaab34b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.110.5" + ".": "1.0.0" } diff --git a/CHANGES.md b/CHANGES.md index cad244facd2d..45297fd179aa 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,21 @@ # Changes +## [1.0.0](https://github.com/googleapis/google-cloud-go/compare/v0.110.5...v1.0.0) (2023-07-13) + + +### ⚠ BREAKING CHANGES + +* **gaming:** Removes api: gameservices the Game Servers API. + +### Bug Fixes + +* **httpreplay:** Ignore GCS header by default ([#8260](https://github.com/googleapis/google-cloud-go/issues/8260)) ([b961a1a](https://github.com/googleapis/google-cloud-go/commit/b961a1abe7aeafe420c88eed38035fed0bbf7bbe)), refs [#8233](https://github.com/googleapis/google-cloud-go/issues/8233) + + +### Miscellaneous Chores + +* **gaming:** Removes all Gaming API files as part of Google Cloud Game Servers Deprecation ([#8238](https://github.com/googleapis/google-cloud-go/issues/8238)) ([b56470e](https://github.com/googleapis/google-cloud-go/commit/b56470ec3499bc38f118b038418058861868a4ef)) + ## [0.110.5](https://github.com/googleapis/google-cloud-go/compare/v0.110.4...v0.110.5) (2023-07-07)