Skip to content

Commit

Permalink
chore(main): release 1.68.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Dec 20, 2024
1 parent 8f3e2ac commit f355cfc
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.6"
".": "1.68.0"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.68.0](https://github.com/googleapis/api-linter/compare/v1.67.6...v1.68.0) (2024-12-20)


### Features

* **AIP-123:** resource type name matches message ([#1452](https://github.com/googleapis/api-linter/issues/1452)) ([8f3e2ac](https://github.com/googleapis/api-linter/commit/8f3e2ac2ecdba4798a18cd8c3962ded1b0f86b6c))

## [1.67.6](https://github.com/googleapis/api-linter/compare/v1.67.5...v1.67.6) (2024-11-08)


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.6"
const Version = "1.68.0"

0 comments on commit f355cfc

Please sign in to comment.