From 7104b71fc49e7a07ae91cc2f5b3b43d93eab9f37 Mon Sep 17 00:00:00 2001 From: Jeff Dickey <216188+jdxcode@users.noreply.github.com> Date: Thu, 21 Aug 2014 19:13:32 -0700 Subject: [PATCH] 3.10.3 --- CHANGELOG | 4 ++++ Gemfile.lock | 2 +- lib/heroku/version.rb | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index aee75b1c3..8bd86f8a7 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,7 @@ +3.10.3 2014-08-21 +================= +Fixed minor issue with recording fork source + 3.10.2 2014-08-21 ================= Removed lazy-loading of heroku-api and rest_client (was swallowing errors) diff --git a/Gemfile.lock b/Gemfile.lock index 47576c3e6..cef209be8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - heroku (3.10.2) + heroku (3.10.3) heroku-api (~> 0.3.19) launchy (>= 0.3.2) netrc (~> 0.7.7) diff --git a/lib/heroku/version.rb b/lib/heroku/version.rb index 43f42b35c..bab68ba11 100644 --- a/lib/heroku/version.rb +++ b/lib/heroku/version.rb @@ -1,3 +1,3 @@ module Heroku - VERSION = "3.10.2" + VERSION = "3.10.3" end