From 3085922804c346263138c2012855b48e8f062a31 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Wed, 31 Jul 2024 21:56:21 +0000 Subject: [PATCH] chore(main): release 1.67.1 (#1410) :robot: I have created a release *beep* *boop* --- ## [1.67.1](https://togithub.com/googleapis/api-linter/compare/v1.67.0...v1.67.1) (2024-07-31) ### Bug Fixes * **AIP-123:** skip resource-pattern-plural when there is no plural ([#1409](https://togithub.com/googleapis/api-linter/issues/1409)) ([93a601d](https://togithub.com/googleapis/api-linter/commit/93a601d92adbeb0c17fa8724212ee344f934a4aa)) --- This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please). --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ internal/version.go | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a65093e3..7f8daff1 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.67.0" + ".": "1.67.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c467352..1f3343ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.67.1](https://github.com/googleapis/api-linter/compare/v1.67.0...v1.67.1) (2024-07-31) + + +### Bug Fixes + +* **AIP-123:** skip resource-pattern-plural when there is no plural ([#1409](https://github.com/googleapis/api-linter/issues/1409)) ([93a601d](https://github.com/googleapis/api-linter/commit/93a601d92adbeb0c17fa8724212ee344f934a4aa)) + ## [1.67.0](https://github.com/googleapis/api-linter/compare/v1.66.2...v1.67.0) (2024-07-26) diff --git a/internal/version.go b/internal/version.go index 925cb282..468ef271 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.67.0" +const Version = "1.67.1"