Skip to content

Commit

Permalink
chore(release): 11.23.1 [skip ci]
Browse files Browse the repository at this point in the history
## [11.23.1](v11.23.0...v11.23.1) (2024-07-27)

### Bug Fixes

* **database:** Ensure connection is valid in getConnection method ([d24d826](d24d826))
* **database:** update MongoDBEntityRepository with Gson initialization ([2548a43](2548a43))
  • Loading branch information
semantic-release-bot committed Jul 27, 2024
1 parent 4f9abdd commit b931a38
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [11.23.1](https://github.com/GeorgeV220/MartexLibrary/compare/v11.23.0...v11.23.1) (2024-07-27)


### Bug Fixes

* **database:** Ensure connection is valid in getConnection method ([d24d826](https://github.com/GeorgeV220/MartexLibrary/commit/d24d826a7fbf18e26e5af994b9cae626a13080f6))
* **database:** update MongoDBEntityRepository with Gson initialization ([2548a43](https://github.com/GeorgeV220/MartexLibrary/commit/2548a430ed4f108d56a2fcd2ed1ef20b7261f067))

# [11.23.0](https://github.com/GeorgeV220/MartexLibrary/compare/v11.22.0...v11.23.0) (2024-06-26)


Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ group = com.georgev22.library
libName = MartexLibrary
author = GeorgeV22
mcVersion = 1.20.2
version = 11.23.0
version = 11.23.1
gsonVersion = 2.10.1
guavaVersion = 32.0.0-jre
slf4jVersion = 2.0.7
Expand Down

0 comments on commit b931a38

Please sign in to comment.