Skip to content

Commit

Permalink
chore: update version to 3.26.1 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
VladislavFitz committed Aug 31, 2022
1 parent f444505 commit 8a305f7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# ChangeLog

## [3.26.1](https://github.com/algolia/algoliasearch-client-go/compare/v3.26.0...3.26.1) (2022-08-31)

### Fix

- **indexing**: replaceAllObjects blocked if called for non-existent index (#699) ([29468c2](https://github.com/algolia/algoliasearch-client-go/commit/29468c2))
- **query rules**: Suppress rule condition pattern marshalling in case of empty anchoring (#689) ([dce3e44](https://github.com/algolia/algoliasearch-client-go/commit/dce3e44))



## [3.26.0](https://github.com/algolia/algoliasearch-client-go/compare/v3.25.0...3.26.0) (2022-07-04)

### 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.0"
const version = "3.26.1"

type Transport struct {
requester Requester
Expand Down

0 comments on commit 8a305f7

Please sign in to comment.