Skip to content

Commit 17955d0

Browse files
committed
🚀 bump version to v0.4.0
1 parent feaa7f3 commit 17955d0

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.0] - 2024-06-26
4+
5+
### Features
6+
7+
- Add replace filter extension function
8+
39
## [0.3.0] - 2024-06-17
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.3.0"
15+
version = "0.4.0"
1616

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

0 commit comments

Comments
 (0)