From 9b99f900bb08db349719fd6073e7027389f117da Mon Sep 17 00:00:00 2001 From: Shyam Patel Date: Fri, 23 May 2014 13:11:26 -0500 Subject: [PATCH] Release v1.8.0 --- CHANGELOG.md | 7 +++++-- lib/landable/version.rb | 6 +++--- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 129af40..622447f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,11 +2,14 @@ See README.md before updating this file. -## Unreleased [#](https://github.com/enova/landable/compare/v1.7.1.rc1...master) +## Unreleased [#](https://github.com/enova/landable/compare/v1.8.0...master) + +## 1.8.0 [#](https://github.com/enova/landable/compare/v1.7.1.rc1...v1.8.0) +* Removing geminabox [#11] * Some fixes to the DB tests [#9] * Rails 4.x support [#8] * Screenshots by revision [#7] -* Removing geminabox +* Soft deletes [#6] ## 1.7.1.rc1 [#](https://github.com/enova/landable/compare/v1.7.0...v1.7.1.rc1) * Allow for revisions for Templates [#3] diff --git a/lib/landable/version.rb b/lib/landable/version.rb index 716e771..2932e24 100644 --- a/lib/landable/version.rb +++ b/lib/landable/version.rb @@ -1,9 +1,9 @@ module Landable module VERSION MAJOR = 1 - MINOR = 7 - PATCH = 1 - PRE = 'rc1' + MINOR = 8 + PATCH = 0 + PRE = nil STRING = [MAJOR, MINOR, PATCH, PRE].compact.join('.') end