Skip to content

Commit 2421c6b

Browse files
committed
🚀 bump version to v0.4.1
1 parent e82431e commit 2421c6b

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

‎CHANGELOG.md

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

3+
## [0.4.1] - 2024-06-28
4+
5+
### Breaking Changes
6+
7+
- Replace field maps by DefaultFieldMap or StrictFieldMap instead of regular map
8+
39
## [0.4.0] - 2024-06-26
410

511
### Features

‎core/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ plugins {
1212
}
1313

1414
group = "io.github.magonxesp"
15-
version = "0.4.0"
15+
version = "0.4.1"
1616

1717
mavenPublishing {
1818
coordinates(group as String, "criteria-core", version as String)

0 commit comments

Comments
 (0)