Skip to content

Commit

Permalink
Updated CHANGELOG, bumped VERSION number
Browse files Browse the repository at this point in the history
  • Loading branch information
assaf committed Aug 25, 2011
1 parent 5cae528 commit 3d301fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG
Expand Up @@ -23,6 +23,8 @@ Rails generator for AR migrations (Zaid Zawaideh)


A/B testing in ActionMailer (Joseph Sofaer) A/B testing in ActionMailer (Joseph Sofaer)


Fix hung passenger processes when using Redis client (Chris Griego)



== 1.6.1 (2011-07-20) == 1.6.1 (2011-07-20)


Expand Down
2 changes: 1 addition & 1 deletion lib/vanity/version.rb
@@ -1,5 +1,5 @@
module Vanity module Vanity
VERSION = "1.6.1" VERSION = "1.7.0"


module Version module Version
version = VERSION.to_s.split(".").map { |i| i.to_i } version = VERSION.to_s.split(".").map { |i| i.to_i }
Expand Down

0 comments on commit 3d301fa

Please sign in to comment.