Skip to content

Commit

Permalink
Updates to version 3.0.0.beta.1 and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mattpolito committed Dec 29, 2014
1 parent 524e96d commit 98833b2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,20 @@
# Changelog

## 3.0.0.beta1

- Moved all state into configuration object
- Updated interface to start a deploy Ex: `Paratrooper.deploy('appname')`
- If any exception is thrown, the deploy process is aborted
- Stop deploy process if there is no access to Heroku

## 2.4.1

- Fix Deploy#app_url for wildcard domains
- Fix `Deploy#app_url` for wildcard domains

## 2.4.0

- Maintenance mode only runs around migrations now
- README updates around maintenance_mode=
- README updates around `maintenance_mode=`

## 2.3.0

Expand Down
2 changes: 1 addition & 1 deletion lib/paratrooper/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Paratrooper
VERSION = "2.4.1".freeze
VERSION = "3.0.0.beta1".freeze
end

0 comments on commit 98833b2

Please sign in to comment.