Skip to content

Commit

Permalink
Southpaw v0.6.2 (#103)
Browse files Browse the repository at this point in the history
* Southpaw v0.6.2

* Increment minor version instead
  • Loading branch information
moritastic authored Mar 25, 2022
1 parent 1cece58 commit 5de0f4c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Change log

## 0.7.0
March 25th, 2022

### Upgrade Notes:
* The support for multi-partition topics is not a breaking change. Existing states are still supported.

### New Features
* Adds support for multi-partition topics [#102](https://github.com/jwplayer/southpaw/pull/102)

### Bug Fixes
* Bump Guava from 29.0-jre to 30.0-jre [#92](https://github.com/jwplayer/southpaw/pull/92)
* Bump commons-io from 2.6 to 2.7 [#96](https://github.com/jwplayer/southpaw/pull/96)
* Bump snakeyaml from 1.20 to 1.26 [#101](https://github.com/jwplayer/southpaw/pull/101)

## 0.6.1
November 20th, 2020

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>com.jwplayer</groupId>
<artifactId>southpaw</artifactId>
<packaging>jar</packaging>
<version>0.6.1</version>
<version>0.7.0</version>
<name>southpaw</name>
<repositories>
<repository>
Expand Down

0 comments on commit 5de0f4c

Please sign in to comment.