Skip to content

Commit 600eff1

Browse files
committed
chore: revert and fix release (generated)
algolia/api-clients-automation#3922 Co-authored-by: algolia-bot <[email protected]>
1 parent 7ab7464 commit 600eff1

File tree

3 files changed

+2
-12
lines changed

3 files changed

+2
-12
lines changed

CHANGELOG.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,3 @@
1-
## [3.6.0](https://github.com/algolia/algoliasearch-client-kotlin/compare/3.5.0...3.6.0)
2-
3-
- [ad8e3d224](https://github.com/algolia/api-clients-automation/commit/ad8e3d224) fix(specs): update analytics and abtesting max pagination query limit ([#3696](https://github.com/algolia/api-clients-automation/pull/3696)) by [@febeck](https://github.com/febeck/)
4-
- [bed119166](https://github.com/algolia/api-clients-automation/commit/bed119166) feat(specs): add support for widgets / banners in search for the csharp client ([#3870](https://github.com/algolia/api-clients-automation/pull/3870)) by [@Kalmar99](https://github.com/Kalmar99/)
5-
- [844e57f35](https://github.com/algolia/api-clients-automation/commit/844e57f35) fix(specs): correct typos is Search API ([#3898](https://github.com/algolia/api-clients-automation/pull/3898)) by [@gazconroy](https://github.com/gazconroy/)
6-
- [3c4c87619](https://github.com/algolia/api-clients-automation/commit/3c4c87619) chore(deps): dependencies 2024-10-07 ([#3876](https://github.com/algolia/api-clients-automation/pull/3876)) by [@algolia-bot](https://github.com/algolia-bot/)
7-
- [8d896f0d2](https://github.com/algolia/api-clients-automation/commit/8d896f0d2) chore: prepare release 2024-10-07 ([#3917](https://github.com/algolia/api-clients-automation/pull/3917)) by [@shortcuts](https://github.com/shortcuts/)
8-
- [aa23ba891](https://github.com/algolia/api-clients-automation/commit/aa23ba891) chore: release 2024-10-07 [skip ci]
9-
- [fa55c04ce](https://github.com/algolia/api-clients-automation/commit/fa55c04ce) chore: revert "chore: prepare release 2024-10-07 " (#3919) ([#3917](https://github.com/algolia/api-clients-automation/pull/3917)) by [@shortcuts](https://github.com/shortcuts/)
10-
111
## [3.5.0](https://github.com/algolia/algoliasearch-client-kotlin/compare/3.4.1...3.5.0)
122

133
- [788483537](https://github.com/algolia/api-clients-automation/commit/788483537) chore(clients): add workflow to auto-close PR ([#3834](https://github.com/algolia/api-clients-automation/pull/3834)) by [@shortcuts](https://github.com/shortcuts/)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
package com.algolia.client
22

33
internal object BuildConfig {
4-
internal const val VERSION: String = "3.6.0"
4+
internal const val VERSION: String = "3.5.0"
55
}

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ kotlin.mpp.stability.nowarn=true
44

55
# Lib
66
GROUP=com.algolia
7-
VERSION_NAME=3.6.0
7+
VERSION_NAME=3.5.0
88

99
# OSS
1010
SONATYPE_HOST=DEFAULT

0 commit comments

Comments
 (0)