From 8ee236e99cbfae91a11ac2b8bbe42ee434784d42 Mon Sep 17 00:00:00 2001 From: algolia-bot Date: Mon, 14 Oct 2024 07:38:55 +0000 Subject: [PATCH] chore: prepare release 2024-10-14 --- clients/algoliasearch-client-go/CHANGELOG.md | 4 ++++ config/clients.config.json | 2 +- config/versions.history.json | 3 +++ 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/clients/algoliasearch-client-go/CHANGELOG.md b/clients/algoliasearch-client-go/CHANGELOG.md index 102ffa621b..c316b8e864 100644 --- a/clients/algoliasearch-client-go/CHANGELOG.md +++ b/clients/algoliasearch-client-go/CHANGELOG.md @@ -1,3 +1,7 @@ +## [4.5.2](https://github.com/algolia/algoliasearch-client-go/compare/4.5.1...4.5.2) + +- [ed203c6a7](https://github.com/algolia/api-clients-automation/commit/ed203c6a7) fix(go): better network error ([#3943](https://github.com/algolia/api-clients-automation/pull/3943)) by [@millotp](https://github.com/millotp/) + ## [4.5.1](https://github.com/algolia/algoliasearch-client-go/compare/4.5.0...4.5.1) - [f516d0243](https://github.com/algolia/api-clients-automation/commit/f516d0243) fix(specs): Typos in API descriptions ([#3932](https://github.com/algolia/api-clients-automation/pull/3932)) by [@gazconroy](https://github.com/gazconroy/) diff --git a/config/clients.config.json b/config/clients.config.json index 0e0fc6c968..6aea936dda 100644 --- a/config/clients.config.json +++ b/config/clients.config.json @@ -74,7 +74,7 @@ ], "folder": "clients/algoliasearch-client-go", "gitRepoId": "algoliasearch-client-go", - "packageVersion": "4.5.1", + "packageVersion": "4.5.2", "modelFolder": "algolia", "apiFolder": "algolia", "dockerImage": "apic_base", diff --git a/config/versions.history.json b/config/versions.history.json index e2bd647dce..c063ca6106 100644 --- a/config/versions.history.json +++ b/config/versions.history.json @@ -834,6 +834,9 @@ }, "4.5.1": { "releaseDate": "2024-10-10" + }, + "4.5.2": { + "releaseDate": "2024-10-14" } }, "java": {