Skip to content

Commit

Permalink
chore: update version to 3.26.3 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
mehmetaligok committed Feb 16, 2023
1 parent b3a3422 commit 4099059
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# ChangeLog

## [3.26.3](https://github.com/algolia/algoliasearch-client-go/compare/3.26.2...3.26.3) (2023-02-16)

### Fix

- composableFilterOption deserialization fixed (#717) ([b3a3422](https://github.com/algolia/algoliasearch-client-go/commit/b3a3422))

### Misc

- fix(search) handle automaticFacetFilters unmarshal from string (#716) ([e67fb07](https://github.com/algolia/algoliasearch-client-go/commit/e67fb07))



## [3.26.2](https://github.com/algolia/algoliasearch-client-go/compare/v3.26.1...3.26.2) (2023-01-18)

### Fix
Expand Down
2 changes: 1 addition & 1 deletion algolia/transport/transport.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import (
iopt "github.com/algolia/algoliasearch-client-go/v3/algolia/internal/opt"
)

const version = "3.26.2"
const version = "3.26.3"

type Transport struct {
requester Requester
Expand Down

0 comments on commit 4099059

Please sign in to comment.