Skip to content

Commit

Permalink
chore(release): 1.3.2 [skip ci]
Browse files Browse the repository at this point in the history
## [1.3.2](v1.3.1...v1.3.2) (2024-01-29)

### Bug Fixes

* Improve remote evaluation fetch retry logic ([#20](#20)) ([f844a3c](f844a3c))
  • Loading branch information
amplitude-sdk-bot committed Jan 29, 2024
1 parent 7f1c321 commit f87920e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.3.2](https://github.com/amplitude/experiment-go-server/compare/v1.3.1...v1.3.2) (2024-01-29)


### Bug Fixes

* Improve remote evaluation fetch retry logic ([#20](https://github.com/amplitude/experiment-go-server/issues/20)) ([f844a3c](https://github.com/amplitude/experiment-go-server/commit/f844a3c2b1a3358256516708a6b3e1c3b52a1f09))

## [1.3.1](https://github.com/amplitude/experiment-go-server/compare/v1.3.0...v1.3.1) (2024-01-09)


Expand Down
2 changes: 1 addition & 1 deletion pkg/experiment/types.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package experiment

const VERSION = "1.3.1"
const VERSION = "1.3.2"

type User struct {
UserId string `json:"user_id,omitempty"`
Expand Down

0 comments on commit f87920e

Please sign in to comment.