Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 11cd88c

Browse files
committedDec 11, 2014
Bump version for release 2.6.0
1 parent 0cce74d commit 11cd88c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed
 

‎ChangeLog.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## NEXT
44

5+
*
6+
7+
## v2.6.0 (2014-12-11)
8+
59
* Supports `config.ref` in deploy hooks. Synonymous with `config.branch` but more correct because the `input_ref` is automatically resolved to a SHA before deploy.
610
* Supports new ey.yml option `precompile_assets_command`
711
Setting `precompile_assets_command` overrides the asset precompile rake command. (default: `rake assets:precompile RAILS_GROUPS=assets`)

‎lib/engineyard-serverside/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module EY
22
module Serverside
3-
VERSION = '2.6.0.pre'
3+
VERSION = '2.6.0'
44
end
55
end

0 commit comments

Comments
 (0)
Please sign in to comment.