Skip to content

Commit

Permalink
2.5.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
sonus21 committed Feb 22, 2021
1 parent 6278b97 commit ff7ef9f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# [Rqueue] New and Notable Changes

## [2.6.0] - 22-Feb-2021

Message counts api

## [2.5.0] - 9-Feb-2021

### Added
Expand Down Expand Up @@ -192,3 +196,5 @@ Fixes:
[2.4.0]: https://repo1.maven.org/maven2/com/github/sonus21/rqueue-core/2.4.0-RELEASE

[2.5.0]: https://repo1.maven.org/maven2/com/github/sonus21/rqueue-core/2.5.0-RELEASE

[2.6.0]: https://repo1.maven.org/maven2/com/github/sonus21/rqueue-core/2.6.0-RELEASE
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,14 @@ services code is in Spring.
* Add dependency
* Gradle
```groovy
implementation 'com.github.sonus21:rqueue-spring-boot-starter:2.5.0-RELEASE'
implementation 'com.github.sonus21:rqueue-spring-boot-starter:2.6.0-RELEASE'
```
* Maven
```xml
<dependency>
<groupId>com.github.sonus21</groupId>
<artifactId>rqueue-spring-boot-starter</artifactId>
<version>2.5.0-RELEASE</version>
<version>2.6.0-RELEASE</version>
</dependency>
```

Expand All @@ -71,14 +71,14 @@ services code is in Spring.
* Add Dependency
* Gradle
```groovy
implementation 'com.github.sonus21:rqueue-spring:2.5.0-RELEASE'
implementation 'com.github.sonus21:rqueue-spring:2.6.0-RELEASE'
```
* Maven
```xml
<dependency>
<groupId>com.github.sonus21</groupId>
<artifactId>rqueue-spring</artifactId>
<version>2.5.0-RELEASE</version>
<version>2.6.0-RELEASE</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ ext {

subprojects {
group = 'com.github.sonus21'
version = '2.5.0-RELEASE'
version = '2.6.0-RELEASE'

dependencies {
// https://mvnrepository.com/artifact/org.springframework/spring-messaging
Expand Down

0 comments on commit ff7ef9f

Please sign in to comment.