Skip to content

Commit

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

## [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)
## [2.3.4](https://github.com/algolia/algoliasearch-client-ruby/compare/2.3.3...2.3.4) (2023-11-27)
### Fixed
- Fixes issue with index name encoding for certain characters.

## [2.3.3](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))

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.3'.freeze
VERSION = '2.3.4'.freeze
end

0 comments on commit 4f1d8ec

Please sign in to comment.