Skip to content

Commit

Permalink
chore(main): release 1.66.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored May 17, 2024
1 parent 9e43e3f commit cc1c07f
Show file tree
Hide file tree
Showing 3 changed files with 10 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.65.2"
".": "1.66.0"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [1.66.0](https://github.com/googleapis/api-linter/compare/v1.65.2...v1.66.0) (2024-05-17)


### Features

* **AIP-136:** request message name ([#1386](https://github.com/googleapis/api-linter/issues/1386)) ([46a6e43](https://github.com/googleapis/api-linter/commit/46a6e43d1d6bb6a6e79131866f16f0b1dfd2e326))
* **aip-136:** response message name ([#1387](https://github.com/googleapis/api-linter/issues/1387)) ([9e43e3f](https://github.com/googleapis/api-linter/commit/9e43e3f1c98dfe716d4c8ede6fc213239425c6ef))

## [1.65.2](https://github.com/googleapis/api-linter/compare/v1.65.1...v1.65.2) (2024-04-22)


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.65.2"
const Version = "1.66.0"

0 comments on commit cc1c07f

Please sign in to comment.