From 38141193220b5be99069726ddc3eda82b05398e4 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 15 Jun 2024 03:59:05 +0000 Subject: [PATCH] chore(release): 11.15.2 [skip ci] ## [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)) --- CHANGELOG.md | 7 +++++++ gradle.properties | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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