Skip to content

Commit 0343594

Browse files
committed
Prep for release.
1 parent fc3a55d commit 0343594

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

docs/CHANGELOG.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
<!-- markdownlint-disable no-missing-space-atx -->
22

3-
Version 3.51.1 (2025-10-02)
3+
Version 3.51.1 (2025-10-01)
44
---------------------------
55

6-
**User-visible changes:**
7-
8-
**Implementation details:**
9-
106
**Closed issues:**
7+
#6623, #7250.
8+
119

1210
Version 3.51.0 (2025-09-10)
1311
---------------------------

release.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ext {
99
// * any new checkers have been added, or
1010
// * backward-incompatible changes have been made to APIs or elsewhere.
1111
// To make a snapshot release, version should end in "-SNAPSHOT", then: ./gradlew publish
12-
releaseVersion = '3.51.1-SNAPSHOT'
12+
releaseVersion = '3.51.1'
1313

1414
releaseVersionRegex = "\\d\\.\\d+\\.\\d+(?:\\.\\d)?"
1515

0 commit comments

Comments
 (0)