Skip to content

Commit

Permalink
chore: bump version to 2.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
DevinCodes committed Nov 14, 2023
1 parent 7f2672d commit 007ee65
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## [Unreleased](https://github.com/algolia/algoliasearch-client-ruby/compare/2.3.2..master)

## [2.3.2](https://github.com/algolia/algoliasearch-client-ruby/compare/2.3.2...2.3.3) (2023-11-14)
### Fixed
- Fixed issue with connection caching for faulty hosts that accept similar requests ([`#496`](https://github.com/algolia/algoliasearch-client-ruby/pull/496))

## [2.3.2](https://github.com/algolia/algoliasearch-client-ruby/compare/2.3.1...2.3.2) (2023-06-07)
### Fixed
- Fixed issue with Request not taking timeouts into account ([`#493`](https://github.com/algolia/algoliasearch-client-ruby/pull/493))
Expand Down
2 changes: 1 addition & 1 deletion lib/algolia/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Algolia
VERSION = '2.3.2'.freeze
VERSION = '2.3.3'.freeze
end

0 comments on commit 007ee65

Please sign in to comment.