diff options
| author | Zack Hobson | 2013-11-21 15:23:37 -0800 | 
|---|---|---|
| committer | Zack Hobson | 2013-11-21 15:23:37 -0800 | 
| commit | 88fbc92940d628b4b7d9a7b37826beecd43b3f22 (patch) | |
| tree | 9b52da8d9942b7f1825b23727c9ef42f4da51a5d | |
| parent | 6d42e52a997514f02beab65f8e465c3614cef041 (diff) | |
| download | hcl-88fbc92940d628b4b7d9a7b37826beecd43b3f22.tar.bz2 | |
v0.4.6v0.4.6
| -rw-r--r-- | CHANGELOG | 5 | ||||
| -rw-r--r-- | lib/hcl/version.rb | 2 | 
2 files changed, 6 insertions, 1 deletions
| @@ -1,5 +1,10 @@  = Recent Changes in HCl +== v0.4.6 + +* automatically request credentials on auth-failure +* fix user-entered credentials +  == v0.4.5  * allow filtering of tasks by project code diff --git a/lib/hcl/version.rb b/lib/hcl/version.rb index f833ea4..f58968c 100644 --- a/lib/hcl/version.rb +++ b/lib/hcl/version.rb @@ -1,3 +1,3 @@  module HCl -  VERSION = '0.4.5' +  VERSION = '0.4.6'  end | 
