From bcfafdd05512b4cb935abb8aba34c0acad9da106 Mon Sep 17 00:00:00 2001 From: Tim Riley Date: Mon, 3 Jul 2017 12:41:47 +1000 Subject: [PATCH] Bump version [ci skip] --- CHANGELOG.md | 7 +++++++ lib/dry/web/roda/version.rb | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c076355..2d66f27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# 0.7.2 - 2017-07-03 + +### Fixed + +- Add missing rom-factory dependency to generated project Gemfile (alejandrobabio) +- Fix reference to main application class in generated spec helpers file (alejandrobabio) + # 0.7.1 - 2017-06-22 ### Fixed diff --git a/lib/dry/web/roda/version.rb b/lib/dry/web/roda/version.rb index 11a327b..c07d62a 100644 --- a/lib/dry/web/roda/version.rb +++ b/lib/dry/web/roda/version.rb @@ -1,7 +1,7 @@ module Dry module Web module Roda - VERSION = "0.7.1".freeze + VERSION = "0.7.2".freeze end end end