Skip to content

Commit

Permalink
chore: Release version 3.31.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Nagriar committed Aug 25, 2023
1 parent c177105 commit 236ca29
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# ChangeLog

## [3.31.0](https://github.com/algolia/algoliasearch-client-go/compare/v3.30.1...v3.31.0) (2023-08-25)

## Fix

- fix(rules): missing redirect field in RuleConsequence (#740) ([0ed3836](https://github.com/algolia/algoliasearch-client-go/commit/0ed3836))

## [3.30.1](https://github.com/algolia/algoliasearch-client-go/compare/v3.30.0...v3.30.1) (2023-06-05)

## 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.30.1"
const version = "3.31.0"

type Transport struct {
requester Requester
Expand Down

0 comments on commit 236ca29

Please sign in to comment.