Skip to content

Commit 838b50c

Browse files
release: 4.20.0
1 parent 30e226b commit 838b50c

3 files changed

Lines changed: 10 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-
".": "4.19.2"
2+
".": "4.20.0"
33
}

CHANGELOG.md

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

3+
## 4.20.0 (2026-07-09)
4+
5+
Full Changelog: [v4.19.2...v4.20.0](https://github.com/trycourier/courier-java/compare/v4.19.2...v4.20.0)
6+
7+
### Features
8+
9+
* Preferences v3 REST fields: section/topic description + publish body ([30e226b](https://github.com/trycourier/courier-java/commit/30e226b6693d399cb83c0e3ffbbe77d2b851339b))
10+
311
## 4.19.2 (2026-07-09)
412

513
Full Changelog: [v4.19.1...v4.19.2](https://github.com/trycourier/courier-java/compare/v4.19.1...v4.19.2)

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ repositories {
88

99
allprojects {
1010
group = "com.courier"
11-
version = "4.19.2" // x-release-please-version
11+
version = "4.20.0" // x-release-please-version
1212
}
1313

1414
subprojects {

0 commit comments

Comments
 (0)