We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c451e58 commit c00d8f8Copy full SHA for c00d8f8
ChangeLog.md
@@ -1,5 +1,13 @@
1
# ChangeLog
2
3
+## [3.26.0](https://github.com/algolia/algoliasearch-client-go/compare/v3.25.0...3.26.0) (2022-07-04)
4
+
5
+### Fix
6
7
+- **analytics**: add UpdatedAt field to ABTestResponse (#656) ([c451e58](https://github.com/algolia/algoliasearch-client-go/commit/c451e58))
8
9
10
11
## [3.25.0](https://github.com/algolia/algoliasearch-client-go/compare/v3.24.0...v3.25.0) (2022-04-13)
12
13
### Feat
algolia/transport/transport.go
@@ -21,7 +21,7 @@ import (
21
iopt "github.com/algolia/algoliasearch-client-go/v3/algolia/internal/opt"
22
)
23
24
-const version = "3.25.0"
+const version = "3.26.0"
25
26
type Transport struct {
27
requester Requester
0 commit comments