From 561a9253b1625828c49a453bdb3667a421361d98 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 20 Jun 2024 18:12:43 +0000 Subject: [PATCH] chore(release): 11.18.1 [skip ci] ## [11.18.1](https://github.com/GeorgeV220/MartexLibrary/compare/v11.18.0...v11.18.1) (2024-06-20) ### Bug Fixes * **database:** handle entity ID escaping in MySQL repository ([935eec6](https://github.com/GeorgeV220/MartexLibrary/commit/935eec67a49243b59a551df9e93a5bf656f6746d)) --- CHANGELOG.md | 7 +++++++ gradle.properties | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ee8715..57ef268 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [11.18.1](https://github.com/GeorgeV220/MartexLibrary/compare/v11.18.0...v11.18.1) (2024-06-20) + + +### Bug Fixes + +* **database:** handle entity ID escaping in MySQL repository ([935eec6](https://github.com/GeorgeV220/MartexLibrary/commit/935eec67a49243b59a551df9e93a5bf656f6746d)) + # [11.18.0](https://github.com/GeorgeV220/MartexLibrary/compare/v11.17.0...v11.18.0) (2024-06-20) diff --git a/gradle.properties b/gradle.properties index 6d910be..90fea78 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.18.0 +version = 11.18.1 gsonVersion = 2.10.1 guavaVersion = 32.0.0-jre slf4jVersion = 2.0.7