CHANGELOG.md in dry-web-roda-0.7.3 vs CHANGELOG.md in dry-web-roda-0.7.4
- old
+ new
@@ -1,14 +1,29 @@
+# 0.7.4 - 2017-07-25
+
+### Added
+
+- Added db:create and db:drop take tasks, to create and drop the application database (GustavoCaso)
+
+## 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
+
+- Prevent duplicate log entries in generated umbrella architecture projects (timriley)
+
# 0.7.3 - 2017-07-10
### Fixed
- `#call` matcher blocks work properly when inheriting from `Operation` in generated project (alejandrobabio)
### Changed
- In generated project, require `pry-byebug` instead of `byebug` alone (alejandrobabio)
-- In generated project's `web_spec_helper.rb`, use updated `save_path` setting for Capybara (alejandrobabio )
+- In generated project's `web_spec_helper.rb`, use updated `save_path` setting for Capybara (alejandrobabio)
# 0.7.2 - 2017-07-03
### Fixed