diff --git a/CHANGELOG.md b/CHANGELOG.md index 778f01f4..326ad722 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# Under Development +# 1.0.5 - 12 October 2016 * Added no_log support * include_vars support * Fix Include Not Tested/Working (#40) diff --git a/lib/ansible/ruby/version.rb b/lib/ansible/ruby/version.rb index 2e36760a..09f01c4a 100644 --- a/lib/ansible/ruby/version.rb +++ b/lib/ansible/ruby/version.rb @@ -1,5 +1,5 @@ module Ansible module Ruby - VERSION = '1.0.4'.freeze + VERSION = '1.0.5'.freeze end end