diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 4191c88..56441f9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.0.0" + ".": "3.0.1" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index b1624b8..0f73b08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 --- +## [3.0.1](https://github.com/Mirkoddd/Sift/compare/sift-v3.0.0...sift-v3.0.1) (2026-03-07) + + +### Bug Fixes + +* rename casing methods to align with Java conventions ([1b98c0d](https://github.com/Mirkoddd/Sift/commit/1b98c0df12c3820c4328f417d0c1027aacc0422b)), closes [#17](https://github.com/Mirkoddd/Sift/issues/17) + ## [3.0.0](https://github.com/Mirkoddd/Sift/compare/sift-v2.4.4...sift-v3.0.0) (2026-03-06) diff --git a/build.gradle b/build.gradle index eec5017..1b1dbad 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ allprojects { group = 'com.mirkoddd' - version = '3.0.0' // x-release-please-version + version = '3.0.1' // x-release-please-version repositories { mavenCentral()