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

Commit

Permalink
Release v1.9.0.rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesse Swartzendruber committed Jun 12, 2014
1 parent 432bd16 commit ff4beec
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
8 changes: 5 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@

See README.md before updating this file.

## Unreleased [#](https://github.com/enova/landable/compare/v1.8.0...master)
* Expose the tracker's referer domain & path
## Unreleased [#](https://github.com/enova/landable/compare/v1.9.0.rc1...master)

## 1.9.0.rc1 [#](https://github.com/enova/landable/compare/v1.8.0...v1.9.0.rc1)
* Expose the tracker's referer domain & path [#14]
* adds a new view relating paths with response time, ordered by response time (longest first) [#13]
* Remove the pgtap.sql file and dependency
* Remove the pgtap.sql file and dependency [#12]

## 1.8.0 [#](https://github.com/enova/landable/compare/v1.7.1.rc1...v1.8.0)
* Removing geminabox [#11]
Expand Down
4 changes: 2 additions & 2 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 = 8
MINOR = 9
PATCH = 0
PRE = nil
PRE = 'rc1'

STRING = [MAJOR, MINOR, PATCH, PRE].compact.join('.')
end
Expand Down

0 comments on commit ff4beec

Please sign in to comment.