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 20e1482 commit c8c8c6bCopy full SHA for c8c8c6b
CHANGELOG.md
@@ -1,6 +1,10 @@
1
# ChangeLog
2
3
-## [Unreleased](https://github.com/algolia/algoliasearch-client-ruby/compare/2.3.0..master)
+## [Unreleased](https://github.com/algolia/algoliasearch-client-ruby/compare/2.3.1..master)
4
+
5
+## [2.3.1](https://github.com/algolia/algoliasearch-client-ruby/compare/2.3.0...2.3.1) (2022-09-26)
6
+### Fixed
7
+- Fixed issue when project uses Faraday <1 ([`#485`](https://github.com/algolia/algoliasearch-client-ruby/pull/485))
8
9
## [2.3.0](https://github.com/algolia/algoliasearch-client-ruby/compare/2.2.5...2.3.0) (2022-09-26)
10
### Changed
lib/algolia/version.rb
@@ -1,3 +1,3 @@
module Algolia
- VERSION = '2.3.0'.freeze
+ VERSION = '2.3.1'.freeze
end
0 commit comments