diff --git a/CHANGELOG.md b/CHANGELOG.md index 6810850..a60787d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [11.15.2](https://github.com/GeorgeV220/MartexLibrary/compare/v11.15.1...v11.15.2) (2024-06-15) + + +### Bug Fixes + +* **EntityRepository:** correct constructor check (again) ([b3f7ec1](https://github.com/GeorgeV220/MartexLibrary/commit/b3f7ec1f107b452ab47a30c6ac67f140f619a94f)) + ## [11.15.1](https://github.com/GeorgeV220/MartexLibrary/compare/v11.15.0...v11.15.1) (2024-06-15) diff --git a/gradle.properties b/gradle.properties index 548f656..ba70fa4 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,7 +2,7 @@ group = com.georgev22.library libName = MartexLibrary author = GeorgeV22 mcVersion = 1.20.2 -version = 11.15.1 +version = 11.15.2 gsonVersion = 2.10.1 guavaVersion = 32.0.0-jre slf4jVersion = 2.0.7