We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 119d4fb commit c1e3714Copy full SHA for c1e3714
README.md
@@ -48,7 +48,7 @@ To install the gem, execute:
48
gem install elastic-site-search
49
```
50
51
-Or place `gem 'elastic-site-search', '~> 2.1.0` in your `Gemfile` and run `bundle install`.
+Or place `gem 'elastic-site-search', '~> 2.2.0` in your `Gemfile` and run `bundle install`.
52
53
> **Note:** This client has been developed for the [Elastic Site Search](https://www.elastic.co/products/site-search/service) API endpoints only.
54
lib/elastic/site-search/version.rb
@@ -1,5 +1,5 @@
1
module Elastic
2
module SiteSearch
3
- VERSION = "2.1.0"
+ VERSION = "2.2.0"
4
end
5
0 commit comments