Skip to content

Commit

Permalink
chore: bump version to 3.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
DevinCodes committed Jun 7, 2023
1 parent 040cb7c commit 3eb1002
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
@@ -1,6 +1,10 @@
# ChangeLog

## [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)

## [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))

## [2.3.1](https://github.com/algolia/algoliasearch-client-ruby/compare/2.3.0...2.3.1) (2022-09-26)
### Fixed
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.1'.freeze
VERSION = '2.3.2'.freeze
end

0 comments on commit 3eb1002

Please sign in to comment.