Skip to content

Commit ec1cc02

Browse files
committed
1.3.0 RELEASE Notes
1 parent af722be commit ec1cc02

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
## Versions
44

5+
### 1.3.0
6+
7+
* Crud refactoring
8+
* CrudObserver Trait (optional usage)
9+
10+
511
### 1.2.0
612

713
* Relations added

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ A small library for easy usage of the mongo-scala-driver.
77

88
Documentation can be found [here](https://sfxcode.github.io/simple-mongo/).
99

10-
11-
1210
## Version
1311

1412
Scala Version is 2.12.x / 2.11.x.
@@ -33,7 +31,7 @@ Add following lines to your build.sbt
3331
```
3432
resolvers += "sxfcode Bintray Repo" at "https://dl.bintray.com/sfxcode/maven/"
3533
36-
libraryDependencies += "com.sfxcode.nosql" %% "simple-mongo" % "1.2.0"
34+
libraryDependencies += "com.sfxcode.nosql" %% "simple-mongo" % "1.3.0"
3735
3836
```
3937

version.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version in ThisBuild := "1.3.0"
1+
version in ThisBuild := "1.3.1-SNAPSHOT"

0 commit comments

Comments
 (0)