From 076c6f6b2c8503aaf4029bfdbe9540d962dec026 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=98yvind=20Vevang?= Date: Tue, 13 Sep 2016 13:27:00 +0200 Subject: [PATCH] Releasing 1.0.11 --- README.md | 4 ++-- build.sbt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index eab3f83..250895d 100755 --- a/README.md +++ b/README.md @@ -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 diff --git a/build.sbt b/build.sbt index 36caa2d..c3a2d95 100755 --- a/build.sbt +++ b/build.sbt @@ -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,