Skip to content
This repository has been archived by the owner on May 12, 2022. It is now read-only.

Commit

Permalink
Release v1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
spatel17 committed May 23, 2014
1 parent 064e471 commit 9b99f90
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
6 changes: 3 additions & 3 deletions lib/landable/version.rb
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 9b99f90

Please sign in to comment.