Skip to content

Commit

Permalink
chore(main): release 1.67.6 (#1445)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] authored Nov 11, 2024
1 parent 5327865 commit a0c81d9
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.5"
".": "1.67.6"
}
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.6](https://github.com/googleapis/api-linter/compare/v1.67.5...v1.67.6) (2024-11-08)


### Bug Fixes

* **AIP-136:** allow google.api.HttpBody as body field ([#1444](https://github.com/googleapis/api-linter/issues/1444)) ([5327865](https://github.com/googleapis/api-linter/commit/5327865093c518404f621c1a7da2f81dd23997bc))

## [1.67.5](https://github.com/googleapis/api-linter/compare/v1.67.4...v1.67.5) (2024-11-05)


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.5"
const Version = "1.67.6"

0 comments on commit a0c81d9

Please sign in to comment.