We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c38466 commit a8cb236Copy full SHA for a8cb236
build.gradle
@@ -72,7 +72,7 @@ ext {
72
73
subprojects {
74
group = "com.github.sonus21"
75
- version = "3.1.0-RELEASE"
+ version = "3.1.1-RELEASE"
76
77
dependencies {
78
// https://mvnrepository.com/artifact/org.springframework/spring-messaging
docs/CHANGELOG.md
@@ -8,6 +8,11 @@ layout: default
8
9
All notable user-facing changes to this project are documented in this file.
10
11
+## Release [3.1.1] 1-Mar-2024
12
+### Fixes
13
+* Fixed issue for spring boot 3.2 #218
14
+
15
16
## Release [3.1.0] 24-June-2023
17
{: .highlight }
18
Migrate to this version to reduce redis resource utilization
0 commit comments