Skip to content

Commit c00d8f8

Browse files
committed
chore: update version to 3.26.0 [skip ci]
1 parent c451e58 commit c00d8f8

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

ChangeLog.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# ChangeLog
22

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+
311
## [3.25.0](https://github.com/algolia/algoliasearch-client-go/compare/v3.24.0...v3.25.0) (2022-04-13)
412

513
### Feat

algolia/transport/transport.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import (
2121
iopt "github.com/algolia/algoliasearch-client-go/v3/algolia/internal/opt"
2222
)
2323

24-
const version = "3.25.0"
24+
const version = "3.26.0"
2525

2626
type Transport struct {
2727
requester Requester

0 commit comments

Comments
 (0)