Skip to content

Commit

Permalink
chore(main): release 1.66.0 (#1388)
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>
Co-authored-by: Noah Dietz <noahdietz@users.noreply.github.com>
  • Loading branch information
release-please[bot] and noahdietz committed May 20, 2024
1 parent 80b09f5 commit 4d25ba2
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 4d25ba2

Please sign in to comment.