Skip to content

Commit

Permalink
Release 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
karmi committed Nov 11, 2012
1 parent 1c0d043 commit 7d983df
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion lib/tire/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Tire
VERSION = "0.5.0"
VERSION = "0.5.1"

CHANGELOG =<<-END
IMPORTANT CHANGES LATELY:
Expand Down Expand Up @@ -29,5 +29,8 @@ module Tire
* Added a `match` query type
* Added support for multisearch (_msearch) and the `Tire.multi_search` DSL method
* Added support for multi-search in the ActiveModel integration and in Tire::Model::Persistence
* Added support for create and delete actions for Index#bulk
* Added support for meta information (`_routing`, `_parent`, etc) in Index#bulk
* Added support for URL parameters (`refresh`, `consistency`) in Index#bulk
END
end

0 comments on commit 7d983df

Please sign in to comment.