diff --git a/.release-please-manifest.json b/.release-please-manifest.json
index 8791cea9..e4fadf12 100644
--- a/.release-please-manifest.json
+++ b/.release-please-manifest.json
@@ -1,3 +1,3 @@
 {
-    ".": "1.67.3"
+    ".": "1.67.4"
 }
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 20cc7ab5..78af2b55 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,12 @@
 # Changelog
 
+## [1.67.4](https://github.com/googleapis/api-linter/compare/v1.67.3...v1.67.4) (2024-10-22)
+
+
+### Bug Fixes
+
+* **AIP-133:** use resource field in signature suggestion ([#1439](https://github.com/googleapis/api-linter/issues/1439)) ([20c96b6](https://github.com/googleapis/api-linter/commit/20c96b624560f7646342068ccc45984b114849fa))
+
 ## [1.67.3](https://github.com/googleapis/api-linter/compare/v1.67.2...v1.67.3) (2024-09-23)
 
 
diff --git a/internal/version.go b/internal/version.go
index 1f47990d..82860d8e 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.3"
+const Version = "1.67.4"