Skip to content

Commit

Permalink
Release 0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ssong-van committed Apr 25, 2017
1 parent 93e705e commit 85f1c78
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
# Development SNAPSHOT
Nothing yet

# 0.7.2
- Fallback to `fromSequenceNr` instead of to `0L` in Journal::asyncReadHighestSequenceNr

# 0.7.1
- Added `redis.db` config to select DB

Expand Down
2 changes: 1 addition & 1 deletion project/Version.scala
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
object Version {
val project = "0.7.1"
val project = "0.7.2"
val scala = "2.12.1"
val akka = "2.4.12"
val sprayJson = "1.3.3"
Expand Down

0 comments on commit 85f1c78

Please sign in to comment.