Skip to content

Commit

Permalink
Update docs to reflect 1.0.0-M3
Browse files Browse the repository at this point in the history
  • Loading branch information
philwills committed Nov 15, 2017
1 parent 0c60185 commit 7fc26a3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## Version 1.0.0-M3

* Update Cats to `1.0.0-RC1` (#166)
* Equals condition support for nested attributes (#165 - @ivashin)
* Update aws-java-sdk-dynamodb and alpakka (#167)

## 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)
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-M2"
"com.gu" %% "scanamo" % "1.0.0-M3"
)
```

Expand Down
4 changes: 2 additions & 2 deletions 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-M2"
"com.gu" %% "scanamo" % "1.0.0-M3"
)
```

Expand Down Expand Up @@ -51,4 +51,4 @@ the basic `Put` and `Get`.
The translation between Dynamo items and Scala types is handled by a type class
called [DynamoFormat](dynamo-format.html).

Licensed under the [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0).
Licensed under the [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0).

0 comments on commit 7fc26a3

Please sign in to comment.