Skip to content

Commit 4f1d8ec

Browse files
committed
chore: bump version to 2.3.4
1 parent 1a6cdf6 commit 4f1d8ec

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22

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

5-
## [2.3.2](https://github.com/algolia/algoliasearch-client-ruby/compare/2.3.2...2.3.3) (2023-11-14)
5+
## [2.3.4](https://github.com/algolia/algoliasearch-client-ruby/compare/2.3.3...2.3.4) (2023-11-27)
6+
### Fixed
7+
- Fixes issue with index name encoding for certain characters.
8+
9+
## [2.3.3](https://github.com/algolia/algoliasearch-client-ruby/compare/2.3.2...2.3.3) (2023-11-14)
610
### Fixed
711
- Fixed issue with connection caching for faulty hosts that accept similar requests ([`#496`](https://github.com/algolia/algoliasearch-client-ruby/pull/496))
812

lib/algolia/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Algolia
2-
VERSION = '2.3.3'.freeze
2+
VERSION = '2.3.4'.freeze
33
end

0 commit comments

Comments
 (0)