Skip to content

Commit 785b8c8

Browse files
release: 4.11.0
1 parent d2930ec commit 785b8c8

3 files changed

Lines changed: 32 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.10.0"
2+
".": "4.11.0"
33
}

CHANGELOG.md

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

3+
## 4.11.0 (2026-03-31)
4+
5+
Full Changelog: [v4.10.0...v4.11.0](https://github.com/trycourier/courier-java/compare/v4.10.0...v4.11.0)
6+
7+
### Features
8+
9+
* **api:** add create/retrieve/archive/publish/replace methods, event_id param to notifications ([d0341ec](https://github.com/trycourier/courier-java/commit/d0341ecd91cd175c1fbd252f3f5caa4961a38a11))
10+
* **api:** add ElementalHtmlNodeWithType model, rename unionMember7 to htmlNodeWithType ([dd35a82](https://github.com/trycourier/courier-java/commit/dd35a82df01f09cf775a2a27640d76acc745ea07))
11+
* **api:** add routing strategies resource ([d2930ec](https://github.com/trycourier/courier-java/commit/d2930ec12c8d161ba14c4bc4e4c7b86fa8fdb450))
12+
* **api:** add UnionMember7 variant to ElementalNode ([7427c73](https://github.com/trycourier/courier-java/commit/7427c73d38e46ed9ef2a5535ab4f5de8422e962a))
13+
14+
15+
### Bug Fixes
16+
17+
* **client:** allow updating header/query affecting fields in `toBuilder()` ([ed456e5](https://github.com/trycourier/courier-java/commit/ed456e5be6b63dd0c16ddf1e5c90dde476d4d7e5))
18+
19+
20+
### Chores
21+
22+
* **ci:** skip lint on metadata-only changes ([2b3cd27](https://github.com/trycourier/courier-java/commit/2b3cd2798e31d09d6e0d329e3bb46f45a73c9aac))
23+
* **internal:** bump ktfmt ([affb7da](https://github.com/trycourier/courier-java/commit/affb7dae80ab5957a15a0b497dcf1afd3146eec7))
24+
* **internal:** tweak CI branches ([1bd9068](https://github.com/trycourier/courier-java/commit/1bd906869c298547c59c2ffbc0f0ef0e37958206))
25+
* **internal:** update gitignore ([d801bca](https://github.com/trycourier/courier-java/commit/d801bca833d04aa2adb2f9bb4df7b6777cfb022a))
26+
* **internal:** update retry delay tests ([e3ecdf0](https://github.com/trycourier/courier-java/commit/e3ecdf0b1b898a83eb234cb289db18e51cfd8982))
27+
28+
29+
### Documentation
30+
31+
* sync README from mintlify-docs (2026-03-23 19:31 UTC) ([#95](https://github.com/trycourier/courier-java/issues/95)) ([8efc854](https://github.com/trycourier/courier-java/commit/8efc8542cbe37b8ba7673d53a37995625e574785))
32+
333
## 4.10.0 (2026-03-12)
434

535
Full Changelog: [v4.9.1...v4.10.0](https://github.com/trycourier/courier-java/compare/v4.9.1...v4.10.0)

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.10.0" // x-release-please-version
11+
version = "4.11.0" // x-release-please-version
1212
}
1313

1414
subprojects {

0 commit comments

Comments
 (0)