File tree Expand file tree Collapse file tree 3 files changed +11
-5
lines changed
Expand file tree Collapse file tree 3 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 11# [ Rqueue] New and Notable Changes
22
3+ ## [ 2.6.0] - 22-Feb-2021
4+
5+ Message counts api
6+
37## [ 2.5.0] - 9-Feb-2021
48
59### Added
@@ -192,3 +196,5 @@ Fixes:
192196[ 2.4.0 ] : https://repo1.maven.org/maven2/com/github/sonus21/rqueue-core/2.4.0-RELEASE
193197
194198[ 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.
5353* Add dependency
5454 * Gradle
5555 ``` 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'
5757 ```
5858 * Maven
5959 ```xml
6060 <dependency>
6161 <groupId>com.github.sonus21</groupId>
6262 <artifactId>rqueue-spring-boot-starter</artifactId>
63- <version>2.5 .0-RELEASE</version>
63+ <version>2.6 .0-RELEASE</version>
6464 </dependency>
6565 ```
6666
@@ -71,14 +71,14 @@ services code is in Spring.
7171* Add Dependency
7272 * Gradle
7373 ```groovy
74- implementation 'com.github.sonus21:rqueue-spring:2.5 .0-RELEASE'
74+ implementation 'com.github.sonus21:rqueue-spring:2.6 .0-RELEASE'
7575 ```
7676 * Maven
7777 ```xml
7878 <dependency>
7979 <groupId>com.github.sonus21</groupId>
8080 <artifactId>rqueue-spring</artifactId>
81- <version>2.5 .0-RELEASE</version>
81+ <version>2.6 .0-RELEASE</version>
8282 </dependency>
8383 ```
8484
Original file line number Diff line number Diff line change 6969
7070subprojects {
7171 group = ' com.github.sonus21'
72- version = ' 2.5 .0-RELEASE'
72+ version = ' 2.6 .0-RELEASE'
7373
7474 dependencies {
7575 // https://mvnrepository.com/artifact/org.springframework/spring-messaging
You can’t perform that action at this time.
0 commit comments