diff --git a/lib/tire/version.rb b/lib/tire/version.rb index 85398024..b3ae97cd 100644 --- a/lib/tire/version.rb +++ b/lib/tire/version.rb @@ -1,10 +1,11 @@ module Tire - VERSION = "0.3.10" + VERSION = "0.3.11" CHANGELOG =<<-END IMPORTANT CHANGES LATELY: * Fixes and improvements for Logger [#142] * Better handling of search exceptions [#145] + * Removed pinning Rake to specific version END end