Skip to content

Commit fe63f31

Browse files
committed
Release 1.4.2
1 parent d7bb0e3 commit fe63f31

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ The format is based on [Keep a Changelog][keepachangelog], and this project adhe
66

77
## [Unreleased]
88

9+
## [1.4.2] - 2026-02-26
10+
11+
### Fixed
12+
13+
- Make `ProblemBuilder` remove extension member if `null` values is passed, instead of silently ignoring it and keeping
14+
the previous value.
15+
- Cleanup `default` methods in `ProblemBuilder` interface.
16+
917
## [1.4.1] - 2026-02-17
1018

1119
### Fixed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,14 +114,14 @@ higher is required to use this library.
114114
<dependency>
115115
<groupId>io.github.problem4j</groupId>
116116
<artifactId>problem4j-core</artifactId>
117-
<version>1.4.1</version>
117+
<version>1.4.2</version>
118118
</dependency>
119119
</dependencies>
120120
```
121121
2. Gradle (Groovy or Kotlin DSL):
122122
```groovy
123123
dependencies {
124-
implementation("io.github.problem4j:problem4j-core:1.4.1")
124+
implementation("io.github.problem4j:problem4j-core:1.4.2")
125125
}
126126
```
127127

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ org.gradle.workers.max=4
55
#
66
# Project settings
77
group=io.github.problem4j
8-
version=1.4.2-SNAPSHOT
8+
version=1.4.2
99
#
1010
# Internal buildscript settings
1111
internal.pom.url=https://github.com/problem4j/problem4j-core

0 commit comments

Comments
 (0)