@@ -22,9 +22,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2222
2323##[ Unreleased]
2424###Added
25- - KSP support is now stable and no longer experimental. You can now use KSP by following the instructions in the [ README ] ( README.md ) .
25+ - No new features!
2626###Changed
27- - Update the project to use KTS scripts, convention plugins, version catalogs and other modern Gradle and Android features.
27+ - No changed features!
2828###Deprecated
2929- No deprecated features!
3030###Removed
@@ -34,6 +34,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3434###Security
3535- No security issues fixed!
3636
37+ ##[ 4.1.0] - 2024-06-27
38+ ###Added
39+ - KSP support is now stable and no longer experimental. You can now use KSP by following the instructions in the[ README] ( README.md ) .
40+ ###Changed
41+ - Update the project to use KTS scripts, convention plugins, version catalogs and other modern Gradle and Android features.
42+
3743##[ 4.0.0] - 2023-10-31
3844##🎃🎃 Happy Halloween! 🎃🎃
3945###Changed
@@ -198,7 +204,8 @@ state (`success` or `failure`)
198204###Added
199205- Initial architecture release.
200206
201- [ Unreleased ] :https://github.com/hyperdevs-team/mini-kotlin/compare/4.0.0...HEAD
207+ [ Unreleased ] :https://github.com/hyperdevs-team/mini-kotlin/compare/4.1.0...HEAD
208+ [ 4.1.0 ] :https://github.com/hyperdevs-team/mini-kotlin/compare/4.0.0...4.1.0
202209[ 4.0.0 ] :https://github.com/hyperdevs-team/mini-kotlin/compare/3.1.0...4.0.0
203210[ 3.1.0 ] :https://github.com/hyperdevs-team/mini-kotlin/compare/3.0.0...3.1.0
204211[ 3.0.0 ] :https://github.com/hyperdevs-team/mini-kotlin/compare/2.0.0...3.0.0