Skip to content

Commit

Permalink
chore(main): release 1.67.1 (#1410)
Browse files Browse the repository at this point in the history
🤖 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).
  • Loading branch information
release-please[bot] authored Jul 31, 2024
1 parent 93a601d commit 3085922
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.67.0"
".": "1.67.1"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion internal/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 3085922

Please sign in to comment.