From f06317c6dc6b9f9a3e76452398573cf03a5d0f8f Mon Sep 17 00:00:00 2001 From: Brian Scully Date: Sat, 17 Oct 2020 11:51:22 -0400 Subject: [PATCH] Prepare for v3.0.5 release --- README.md | 2 +- build.sbt | 2 +- docs/akka26.md | 6 +++--- docs/changelog26.md | 4 ++++ 4 files changed, 9 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 4e4ea047..bd66a338 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ * Cross-compiled for 2.12 / 2.13 - Java 8 targeted * Active development -* Latest release - `3.0.4` ~ compatible with Akka 2.6 +* Latest release - `3.0.5` ~ compatible with Akka 2.6 ### Using Akka 2.5? Use 2.x Series. [![Build Status](https://travis-ci.org/scullxbones/akka-persistence-mongo.svg?branch=akka25)](https://travis-ci.org/scullxbones/akka-persistence-mongo) diff --git a/build.sbt b/build.sbt index 962b6288..6f408eec 100644 --- a/build.sbt +++ b/build.sbt @@ -1,4 +1,4 @@ -val releaseV = "3.0.4" +val releaseV = "3.0.5" val scala212V = "2.12.11" val scala213V = "2.13.2" diff --git a/docs/akka26.md b/docs/akka26.md index 830e71d9..7105381b 100644 --- a/docs/akka26.md +++ b/docs/akka26.md @@ -19,12 +19,12 @@ (Official Scala) ```scala -libraryDependencies +="com.github.scullxbones" %% "akka-persistence-mongo-scala" % "3.0.4" +libraryDependencies +="com.github.scullxbones" %% "akka-persistence-mongo-scala" % "3.0.5" ``` (Reactive Mongo) ```scala -libraryDependencies +="com.github.scullxbones" %% "akka-persistence-mongo-rxmongo" % "3.0.4" +libraryDependencies +="com.github.scullxbones" %% "akka-persistence-mongo-rxmongo" % "3.0.5" ``` * Inside of your `application.conf` file, add the following line if you want to use the journal (snapshot is optional). The driver selection should be pulled in by a `reference.conf` in the driver jar you choose: ``` @@ -608,7 +608,7 @@ Of course, once this is done, you should **not** start your application, unless ###### Configuration Add the following to your `build.sbt` file: ```scala -libraryDependencies += "com.github.scullxbones" %% "akka-persistence-mongo-tools" % "3.0.4" +libraryDependencies += "com.github.scullxbones" %% "akka-persistence-mongo-tools" % "3.0.5" ``` Notice that even if you currently don't use it, migration process is performed through Official Scala driver. diff --git a/docs/changelog26.md b/docs/changelog26.md index 9619a4d9..2a5f1389 100644 --- a/docs/changelog26.md +++ b/docs/changelog26.md @@ -1,5 +1,9 @@ ## Changelog for 3.x major version +### 3.0.5 +* Merge pull request #390 from scullxbones/wip-mongobson-upgade +* Upgrade mongo-bson to latest version + ### 3.0.4 * Merge pull request #358 from scala-steward/update/sbt-sonatype-3.9.4 * Merge pull request #381 from scala-steward/update/akka-actor-2.6.9