Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
adamw committed Jun 19, 2017
1 parent 3bfd6cb commit 674ad66
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@ Multiple copies should be started in a cluster for fail-over. Uses automatic par

SBT:

"com.softwaremill.kmq" %% "core" % "0.1"
"com.softwaremill.kmq" %% "core" % "0.2"

Maven:

<dependency>
<groupId>com.softwaremill.kmq</groupId>
<artifactId>core_2.12</artifactId>
<version>0.1</version>
<version>0.2</version>
</dependency>

(Use `core_2.11` if you are using other components depending on Scala 2.11.)
Expand Down Expand Up @@ -86,6 +86,11 @@ the current system time is used, as we assume that all markers from the partitio

# Project status

## Version 0.2 (19 Jun 2017)

* redelivery component optimizations
* bug fixes

## Version 0.1 (24 Apr 2017)

* initial release

0 comments on commit 674ad66

Please sign in to comment.