Skip to content

Commit

Permalink
Releasing 1.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
ovevang committed Sep 13, 2016
1 parent 1744654 commit 076c6f6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ Version-information:

| Akka | akka-tools | branch |
| ----- | -------------- | -------------------------------------------------------------------- |
| 2.4 | 1.0.10 | [master](https://github.com/NextGenTel/akka-tools) |
| 2.4 | 1.0.11 | [master](https://github.com/NextGenTel/akka-tools) |
| 2.3.x | 0.9.0 | [akka_2.3](https://github.com/NextGenTel/akka-tools/tree/akka_2.3) |

Changelog
----------------------------

Version 1.0.11 - Not released yet
Version 1.0.11 - 2016-09-13

* Upgraded to Akka 2.4.10
* PersistenceQuery's EventsByPersistenceId now also loads new events instantly - No more waiting for the next scheduled read
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ lazy val commonSettings = Seq(
organization := "no.nextgentel.oss.akka-tools",
organizationName := "NextGenTel AS",
organizationHomepage := Some(url("http://www.nextgentel.net")),
version := "1.0.11-SNAPSHOT",
version := "1.0.11",
scalaVersion := "2.11.8",
publishMavenStyle := true,
publishArtifact in Test := false,
Expand Down

0 comments on commit 076c6f6

Please sign in to comment.