Skip to content

Commit

Permalink
chore: release 3.5.0
Browse files Browse the repository at this point in the history
Co-authored-by: algolia-bot <[email protected]>
  • Loading branch information
algolia-bot committed Oct 8, 2024
1 parent 24d7e4e commit 5b2e8d4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [3.5.0](https:/algolia/algoliasearch-client-ruby/compare/3.4.0...3.5.0)

- [ad8e3d224](https:/algolia/api-clients-automation/commit/ad8e3d224) fix(specs): update analytics and abtesting max pagination query limit ([#3696](https:/algolia/api-clients-automation/pull/3696)) by [@febeck](https:/febeck/)
- [bed119166](https:/algolia/api-clients-automation/commit/bed119166) feat(specs): add support for widgets / banners in search for the csharp client ([#3870](https:/algolia/api-clients-automation/pull/3870)) by [@Kalmar99](https:/Kalmar99/)
- [844e57f35](https:/algolia/api-clients-automation/commit/844e57f35) fix(specs): correct typos is Search API ([#3898](https:/algolia/api-clients-automation/pull/3898)) by [@gazconroy](https:/gazconroy/)
- [f554e09c3](https:/algolia/api-clients-automation/commit/f554e09c3) chore: revert and fix release ([#3922](https:/algolia/api-clients-automation/pull/3922)) by [@millotp](https:/millotp/)

## [3.4.0](https:/algolia/algoliasearch-client-ruby/compare/3.3.4...3.4.0)

- [788483537](https:/algolia/api-clients-automation/commit/788483537) chore(clients): add workflow to auto-close PR ([#3834](https:/algolia/api-clients-automation/pull/3834)) by [@shortcuts](https:/shortcuts/)
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
algolia (3.4.0)
algolia (3.5.0)
base64 (>= 0.2.0, < 1)
faraday (>= 1.0.1, < 3.0)
faraday-net_http_persistent (>= 0.15, < 3)
Expand Down
2 changes: 1 addition & 1 deletion lib/algolia/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https:/algolia/api-clients-automation. DO NOT EDIT.

module Algolia
VERSION = "3.4.0".freeze
VERSION = "3.5.0".freeze
end

0 comments on commit 5b2e8d4

Please sign in to comment.