Skip to content

Commit

Permalink
chore: Release version 3.28.1 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Nagriar committed Apr 19, 2023
1 parent 2954d85 commit 203e336
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.28.1](https://github.com/algolia/algoliasearch-client-go/compare/v3.28.0...3.28.1) (2023-04-19)

## Fix

- pass unpacked options in some requests call to avoid silently ignoring them (#729) ([2954d85](https://github.com/algolia/algoliasearch-client-go/commit/2954d85))

## [3.28.0](https://github.com/algolia/algoliasearch-client-go/compare/v3.27.0...3.28.0) (2023-04-13)

## Feat
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.28.0"
const version = "3.28.1"

type Transport struct {
requester Requester
Expand Down

0 comments on commit 203e336

Please sign in to comment.