File tree 3 files changed +11
-5
lines changed
3 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 1
1
# [ Rqueue] New and Notable Changes
2
2
3
+ ## [ 2.6.0] - 22-Feb-2021
4
+
5
+ Message counts api
6
+
3
7
## [ 2.5.0] - 9-Feb-2021
4
8
5
9
### Added
@@ -192,3 +196,5 @@ Fixes:
192
196
[ 2.4.0 ] : https://repo1.maven.org/maven2/com/github/sonus21/rqueue-core/2.4.0-RELEASE
193
197
194
198
[ 2.5.0 ] : https://repo1.maven.org/maven2/com/github/sonus21/rqueue-core/2.5.0-RELEASE
199
+
200
+ [ 2.6.0 ] : https://repo1.maven.org/maven2/com/github/sonus21/rqueue-core/2.6.0-RELEASE
Original file line number Diff line number Diff line change @@ -53,14 +53,14 @@ services code is in Spring.
53
53
* Add dependency
54
54
* Gradle
55
55
``` groovy
56
- implementation 'com.github.sonus21:rqueue-spring-boot-starter:2.5 .0-RELEASE'
56
+ implementation 'com.github.sonus21:rqueue-spring-boot-starter:2.6 .0-RELEASE'
57
57
```
58
58
* Maven
59
59
```xml
60
60
<dependency>
61
61
<groupId>com.github.sonus21</groupId>
62
62
<artifactId>rqueue-spring-boot-starter</artifactId>
63
- <version>2.5 .0-RELEASE</version>
63
+ <version>2.6 .0-RELEASE</version>
64
64
</dependency>
65
65
```
66
66
@@ -71,14 +71,14 @@ services code is in Spring.
71
71
* Add Dependency
72
72
* Gradle
73
73
```groovy
74
- implementation 'com.github.sonus21:rqueue-spring:2.5 .0-RELEASE'
74
+ implementation 'com.github.sonus21:rqueue-spring:2.6 .0-RELEASE'
75
75
```
76
76
* Maven
77
77
```xml
78
78
<dependency>
79
79
<groupId>com.github.sonus21</groupId>
80
80
<artifactId>rqueue-spring</artifactId>
81
- <version>2.5 .0-RELEASE</version>
81
+ <version>2.6 .0-RELEASE</version>
82
82
</dependency>
83
83
```
84
84
Original file line number Diff line number Diff line change 69
69
70
70
subprojects {
71
71
group = ' com.github.sonus21'
72
- version = ' 2.5 .0-RELEASE'
72
+ version = ' 2.6 .0-RELEASE'
73
73
74
74
dependencies {
75
75
// https://mvnrepository.com/artifact/org.springframework/spring-messaging
You can’t perform that action at this time.
0 commit comments