CHANGELOG.md in dry-web-roda-0.7.4 vs CHANGELOG.md in dry-web-roda-0.7.5

- old
+ new

@@ -1,11 +1,21 @@ +# 0.7.5 - 2017-07-25 + +### Added + +- `Application.container` shortcut (solnic) + +### Changed + +- An app will use `rack_monitor` only if its container is configured with listeners (solnic) + # 0.7.4 - 2017-07-25 ### Added - Added db:create and db:drop take tasks, to create and drop the application database (GustavoCaso) -## Changed +### Changed - Use Postgres environment variables to provide connection info to `pg_dump` command in db:structure:dump rake task (timriley) - Remove error handling block from generated sub-app application classes, since an error handling block is already provided in the top-level umbrella application class (timriley) ### Fixed