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 040cb7c commit 3eb1002Copy full SHA for 3eb1002
CHANGELOG.md
@@ -1,6 +1,10 @@
1
# ChangeLog
2
3
-## [Unreleased](https://github.com/algolia/algoliasearch-client-ruby/compare/2.3.1..master)
+## [Unreleased](https://github.com/algolia/algoliasearch-client-ruby/compare/2.3.2..master)
4
+
5
+## [2.3.2](https://github.com/algolia/algoliasearch-client-ruby/compare/2.3.1...2.3.2) (2023-06-07)
6
+### Fixed
7
+- Fixed issue with Request not taking timeouts into account ([`#493`](https://github.com/algolia/algoliasearch-client-ruby/pull/493))
8
9
## [2.3.1](https://github.com/algolia/algoliasearch-client-ruby/compare/2.3.0...2.3.1) (2022-09-26)
10
### Fixed
lib/algolia/version.rb
@@ -1,3 +1,3 @@
module Algolia
- VERSION = '2.3.1'.freeze
+ VERSION = '2.3.2'.freeze
end
0 commit comments