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

Commit

Permalink
3.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Aug 22, 2014
1 parent 25899b5 commit 7dc91fe
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG
@@ -1,3 +1,11 @@
3.10.2 2014-08-21
=================
Removed lazy-loading of heroku-api and rest_client (was swallowing errors)
Fail fast for issue with pgbackups:transfer
Removed price tier from info
Help info for two factor topic
Send deploy type and source metadata for forks

3.10.1 2014-08-14
=================
No changes, just verifying new release code is in order
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
heroku (3.10.1)
heroku (3.10.2)
heroku-api (~> 0.3.19)
launchy (>= 0.3.2)
netrc (~> 0.7.7)
Expand Down
2 changes: 1 addition & 1 deletion lib/heroku/version.rb
@@ -1,3 +1,3 @@
module Heroku
VERSION = "3.10.1"
VERSION = "3.10.2"
end

0 comments on commit 7dc91fe

Please sign in to comment.