Skip to content

Commit

Permalink
Update docs to reflect 1.0.0-M2
Browse files Browse the repository at this point in the history
  • Loading branch information
Philip Wills committed Oct 26, 2017
1 parent aea8c6b commit 6198d90
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## Version 1.0.0-M2

* Add support for [Alpakka](http://developer.lightbend.com/docs/alpakka/current/dynamodb.html) as a client (#151 - @btlines), plus docs (#158 - @calvinlfer)
* Return overwritten item from `Put` (#153 - @amirkarimi)
* BigDecimal support (#161 - @hunzinker)
* Support conditions on nested attribute names (#156)
* Rename `Index` to `SecondaryIndex` (#144)

## Version 1.0.0-M1

* Update Cats to `1.0.0-MF` (#134 - @rstradling)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Installation

```scala
libraryDependencies ++= Seq(
"com.gu" %% "scanamo" % "1.0.0-M1"
"com.gu" %% "scanamo" % "1.0.0-M2"
)
```

Expand Down
2 changes: 1 addition & 1 deletion docs/src/main/tut/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Scanamo is published for Scala 2.11 and 2.12 to Maven Central, so just add the f

```scala
libraryDependencies ++= Seq(
"com.gu" %% "scanamo" % "1.0.0-M1"
"com.gu" %% "scanamo" % "1.0.0-M2"
)
```

Expand Down

0 comments on commit 6198d90

Please sign in to comment.