diff --git a/CHANGELOG b/CHANGELOG index ae84cf8b9..61943bb9e 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,21 @@ +Version 3.1.6 - 2012-10-23 21:15:50 +0200 +=============================================================================== + +Hrvoje Šimić (9): + load api key from file and env if not provided for executable + get a list of your projects from command line + create projects from command line + fix cli client host + creating deploys from command line + don't override extension methods + update heroku plan in readme + another fix for heroku readme + don't pollute global namespace with blank? + +Sam Umbach (1): + Send deploy notification on deploy:cold + + Version 3.1.5 - 2012-10-05 17:32:23 +0200 =============================================================================== @@ -923,3 +941,4 @@ Nick Quaranto (3): + diff --git a/lib/airbrake/version.rb b/lib/airbrake/version.rb index cfbd2c173..550e325c9 100644 --- a/lib/airbrake/version.rb +++ b/lib/airbrake/version.rb @@ -1,3 +1,3 @@ module Airbrake - VERSION = "3.1.5".freeze + VERSION = "3.1.6".freeze end