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 ae5874d commit 94d1d90Copy full SHA for 94d1d90
CHANGELOG.md
@@ -1,6 +1,8 @@
1
# ChangeLog
2
3
-## [Unreleased](https://github.com/algolia/algoliasearch-client-ruby/compare/2.0.3...master)
+## [Unreleased](https://github.com/algolia/algoliasearch-client-ruby/compare/2.0.4...master)
4
+
5
+## [2.0.4](https://github.com/algolia/algoliasearch-client-ruby/compare/2.0.3...2.0.4) (2021-01-05)
6
7
### Fix
8
- `app_api_key`: send opts with waitable method
lib/algolia/version.rb
@@ -1,3 +1,3 @@
module Algolia
- VERSION = '2.0.3'.freeze
+ VERSION = '2.0.4'.freeze
end
0 commit comments