Skip to content

Commit

Permalink
🚀 bump version to v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
magonxesp committed Jun 28, 2024
1 parent e82431e commit 2421c6b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [0.4.1] - 2024-06-28

### Breaking Changes

- Replace field maps by DefaultFieldMap or StrictFieldMap instead of regular map

## [0.4.0] - 2024-06-26

### Features
Expand Down
2 changes: 1 addition & 1 deletion core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ plugins {
}

group = "io.github.magonxesp"
version = "0.4.0"
version = "0.4.1"

mavenPublishing {
coordinates(group as String, "criteria-core", version as String)
Expand Down

0 comments on commit 2421c6b

Please sign in to comment.