From 2d856f738300be2deeb644c79346ac1fc504310b Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Wed, 24 Jul 2024 21:29:50 +0000 Subject: [PATCH] chore(main): release 1.67.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 13 +++++++++++++ internal/version.go | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index bbd4448f..a65093e3 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.66.2" + ".": "1.67.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index ce636d2f..3440f813 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [1.67.0](https://github.com/googleapis/api-linter/compare/v1.66.2...v1.67.0) (2024-07-24) + + +### Features + +* **AIP-123:** enforce singular as ID segment ([#1403](https://github.com/googleapis/api-linter/issues/1403)) ([088ec19](https://github.com/googleapis/api-linter/commit/088ec196da93a9338b2abf60469cb55ecec5c34d)) +* **AIP-134:** update_mask must be OPTIONAL ([#1394](https://github.com/googleapis/api-linter/issues/1394)) ([9fc0d05](https://github.com/googleapis/api-linter/commit/9fc0d05f3d89905ea7d3b22c9b44fbfa79edac07)) + + +### Bug Fixes + +* docs typo ([#1401](https://github.com/googleapis/api-linter/issues/1401)) ([4acf04c](https://github.com/googleapis/api-linter/commit/4acf04c6829ffe7f57cf2997c4f9ccc956de9274)) + ## [1.66.2](https://github.com/googleapis/api-linter/compare/v1.66.1...v1.66.2) (2024-06-04) diff --git a/internal/version.go b/internal/version.go index c658e5f3..925cb282 100644 --- a/internal/version.go +++ b/internal/version.go @@ -14,4 +14,4 @@ package internal // Version is the current tagged release of the library. -const Version = "1.66.2" +const Version = "1.67.0"