Skip to content

Commit ff7ef9f

Browse files
committed
2.5.0 release
1 parent 6278b97 commit ff7ef9f

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
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

README.md

+4-4
Original file line numberDiff line numberDiff 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

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ ext {
6969

7070
subprojects {
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

0 commit comments

Comments
 (0)