diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 6645da86..bbd4448f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.66.1" + ".": "1.66.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 674dbd21..ce636d2f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.66.2](https://github.com/googleapis/api-linter/compare/v1.66.1...v1.66.2) (2024-06-04) + + +### Bug Fixes + +* **aip-130:** identify standard and custom methods ([#1396](https://github.com/googleapis/api-linter/issues/1396)) ([be41d72](https://github.com/googleapis/api-linter/commit/be41d72e50032b45f4263779e638fc8ec0ff9013)) + ## [1.66.1](https://github.com/googleapis/api-linter/compare/v1.66.0...v1.66.1) (2024-05-23) diff --git a/internal/version.go b/internal/version.go index 83399803..c658e5f3 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.1" +const Version = "1.66.2"