CHANGELOG.md in appfuel-0.5.9 vs CHANGELOG.md in appfuel-0.5.10
- old
+ new
@@ -3,10 +3,15 @@
# [Unreleased]
# Releases
-## [[0.5.9]](https://github.com/rsb/appfuel/releases/tag/0.5.8) 2017-07-27
+## [[0.5.10]](https://github.com/rsb/appfuel/releases/tag/0.5.10) 2017-07-28
+### Added
+- Primary key object for dynamodb
+- new adapter interfaces for get, put, and delete
+
+## [[0.5.9]](https://github.com/rsb/appfuel/releases/tag/0.5.9) 2017-07-27
### Added
- Adding a `run!` to handler which deals with failures
- Adding a HandlerFailure has for when the handler fails
- New interfaces for the aws dynamo db adapter