Skip to content

Commit 7819a25

Browse files
chore(main): release 2.4.0
1 parent 88b1389 commit 7819a25

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.3.1"
2+
".": "2.4.0"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [2.4.0](https://github.com/googleapis/api-linter/compare/v2.3.1...v2.4.0) (2026-06-15)
4+
5+
6+
### Features
7+
8+
* **AIP-190:** UpperCamelCase service, method and message names. ([#1623](https://github.com/googleapis/api-linter/issues/1623)) ([9c6635b](https://github.com/googleapis/api-linter/commit/9c6635b6cc1fdcadf6e498cc75e4ce3d541ce5af))
9+
310
## [2.3.1](https://github.com/googleapis/api-linter/compare/v2.3.0...v2.3.1) (2026-03-17)
411

512

internal/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
package internal
1515

1616
// Version is the current tagged release of the library.
17-
const Version = "2.3.1"
17+
const Version = "2.4.0"

0 commit comments

Comments
 (0)