diff --git a/HISTORY.md b/HISTORY.md index e322803..aa05fa9 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,10 @@ # HISTORY +## [v1.0.5 (Jul 28, 2013)](http://github.com/ms-ati/docile/compare/v1.0.4...v1.0.5) + + - achieve 100% yard docs coverage + - fix rendering of docs at http://rubydoc.info/gems/docile + ## [v1.0.4 (Jul 25, 2013)](http://github.com/ms-ati/docile/compare/v1.0.3...v1.0.4) - simplify and clarify code diff --git a/lib/docile/version.rb b/lib/docile/version.rb index 82789c9..ddace42 100644 --- a/lib/docile/version.rb +++ b/lib/docile/version.rb @@ -1,4 +1,4 @@ module Docile # The current version of this library - VERSION = "1.0.4" + VERSION = "1.0.5" end