Skip to content

Commit

Permalink
Note release of 0.9.5 in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Philip Wills committed Jun 26, 2017
1 parent 75e04e0 commit 262ef07
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## Version 0.9.5

* Automatically manage batching of `getAll` (#116 - @todor-kolev)
* Support filtering by attribute existence on scans (#119)
* Allow querying on an exact hash and range key (#122)

## Version 0.9.4

* Add "attribute_not_exists" condition expression (#110 - @todor-kolev)

## Version 0.9.3

* Support for filtering queries and scans (#102)
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" % "0.9.3"
"com.gu" %% "scanamo" % "0.9.5"
)
```

Expand Down
2 changes: 1 addition & 1 deletion 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" % "0.9.3"
"com.gu" %% "scanamo" % "0.9.5"
)
```

Expand Down

0 comments on commit 262ef07

Please sign in to comment.