Skip to content

Commit 1f4631f

Browse files
release: 0.12.2
1 parent ed811f9 commit 1f4631f

File tree

4 files changed

+20
-7
lines changed

4 files changed

+20
-7
lines changed

.release-please-manifest.json

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

CHANGELOG.md

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

3+
## 0.12.2 (2026-03-18)
4+
5+
Full Changelog: [v0.12.1...v0.12.2](https://github.com/sentdm/sent-dm-java/compare/v0.12.1...v0.12.2)
6+
7+
### Bug Fixes
8+
9+
* **client:** allow updating header/query affecting fields in `toBuilder()` ([f3afdff](https://github.com/sentdm/sent-dm-java/commit/f3afdffd2d250e961747ed0f802504b3f60184ce))
10+
11+
12+
### Chores
13+
14+
* **internal:** update retry delay tests ([6fab665](https://github.com/sentdm/sent-dm-java/commit/6fab66502dab0aec7c4de51797fc3ab777c8ee35))
15+
316
## 0.12.1 (2026-03-17)
417

518
Full Changelog: [v0.12.0...v0.12.1](https://github.com/sentdm/sent-dm-java/compare/v0.12.0...v0.12.1)

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
<!-- x-release-please-start-version -->
44

5-
[![Maven Central](https://img.shields.io/maven-central/v/dm.sent/sent-dm-java)](https://central.sonatype.com/artifact/dm.sent/sent-dm-java/0.12.1)
6-
[![javadoc](https://javadoc.io/badge2/dm.sent/sent-dm-java/0.12.1/javadoc.svg)](https://javadoc.io/doc/dm.sent/sent-dm-java/0.12.1)
5+
[![Maven Central](https://img.shields.io/maven-central/v/dm.sent/sent-dm-java)](https://central.sonatype.com/artifact/dm.sent/sent-dm-java/0.12.2)
6+
[![javadoc](https://javadoc.io/badge2/dm.sent/sent-dm-java/0.12.2/javadoc.svg)](https://javadoc.io/doc/dm.sent/sent-dm-java/0.12.2)
77

88
<!-- x-release-please-end -->
99

@@ -22,7 +22,7 @@ Use the Sent Dm MCP Server to enable AI assistants to interact with this API, al
2222
2323
<!-- x-release-please-start-version -->
2424

25-
The REST API documentation can be found on [docs.sent.dm](https://docs.sent.dm). Javadocs are available on [javadoc.io](https://javadoc.io/doc/dm.sent/sent-dm-java/0.12.1).
25+
The REST API documentation can be found on [docs.sent.dm](https://docs.sent.dm). Javadocs are available on [javadoc.io](https://javadoc.io/doc/dm.sent/sent-dm-java/0.12.2).
2626

2727
<!-- x-release-please-end -->
2828

@@ -33,7 +33,7 @@ The REST API documentation can be found on [docs.sent.dm](https://docs.sent.dm).
3333
### Gradle
3434

3535
```kotlin
36-
implementation("dm.sent:sent-dm-java:0.12.1")
36+
implementation("dm.sent:sent-dm-java:0.12.2")
3737
```
3838

3939
### Maven
@@ -42,7 +42,7 @@ implementation("dm.sent:sent-dm-java:0.12.1")
4242
<dependency>
4343
<groupId>dm.sent</groupId>
4444
<artifactId>sent-dm-java</artifactId>
45-
<version>0.12.1</version>
45+
<version>0.12.2</version>
4646
</dependency>
4747
```
4848

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 = "dm.sent"
11-
version = "0.12.1" // x-release-please-version
11+
version = "0.12.2" // x-release-please-version
1212
}
1313

1414
subprojects {

0 commit comments

Comments
 (0)