Skip to content

Commit

Permalink
+ Version 1.2.0 - Client API Change
Browse files Browse the repository at this point in the history
  • Loading branch information
floere committed Dec 17, 2010
1 parent a8596af commit 9419364
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions history.textile
@@ -1,3 +1,7 @@
h2. Version 1.2.0

* hanke: (client): (BREAKING) Picky::Client::Base.search(:query => 'bla') has changed to Picky::Client::Base.search('bla'), as the query itself is not optional. The rest of the options is still passed in as a Hash through the second parameter.

h2. Version 1.1.7 (1.2.0 pre)

* hanke: (server) Redefined API for 1.1.6 beta feature, ranged search.
Expand Down
2 changes: 1 addition & 1 deletion version.rb
@@ -1,3 +1,3 @@
module Picky
VERSION = '1.1.7'
VERSION = '1.2.0'
end

0 comments on commit 9419364

Please sign in to comment.