Skip to content

Commit 2d0d20b

Browse files
committed
Prep for release.
1 parent 0aeb0a4 commit 2d0d20b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ allprojects { currentProj ->
113113
// * any new checkers have been added, or
114114
// * backward-incompatible changes have been made to APIs or elsewhere.
115115
// To make a snapshot release, version should end in "-SNAPSHOT", then: ./gradlew publish
116-
version '3.46.1-SNAPSHOT'
116+
version '3.47.0'
117117

118118
tasks.withType(JavaCompile).configureEach {
119119
options.fork = true

docs/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ Removed annotations:
1515

1616
**Closed issues:**
1717

18+
#6510, #6704, #6743, #6749, #6760, #6761.
19+
1820

1921
Version 3.46.0 (August 1, 2024)
2022
-----------------------------

0 commit comments

Comments
 (0)