From a760fc54f12beb373a53018cdb17118c4e6806ea Mon Sep 17 00:00:00 2001 From: amplitude-sdk-bot Date: Thu, 21 Dec 2023 21:44:15 +0000 Subject: [PATCH] chore(release): 1.3.0 [skip ci] # [1.3.0](https://github.com/amplitude/experiment-go-server/compare/v1.2.2...v1.3.0) (2023-12-21) ### Bug Fixes * assignment track defaults and details ([#19](https://github.com/amplitude/experiment-go-server/issues/19)) ([b46239f](https://github.com/amplitude/experiment-go-server/commit/b46239f94b1abfe1e9bcbe5f37acd7b77e70fb55)) ### Features * Golang Local Evaluation V2 ([#18](https://github.com/amplitude/experiment-go-server/issues/18)) ([f0d4504](https://github.com/amplitude/experiment-go-server/commit/f0d4504fb2099287ad5f579630aaaf74b060055d)) --- CHANGELOG.md | 12 ++++++++++++ pkg/experiment/types.go | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 02b82c6..ba2bcbc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [1.3.0](https://github.com/amplitude/experiment-go-server/compare/v1.2.2...v1.3.0) (2023-12-21) + + +### Bug Fixes + +* assignment track defaults and details ([#19](https://github.com/amplitude/experiment-go-server/issues/19)) ([b46239f](https://github.com/amplitude/experiment-go-server/commit/b46239f94b1abfe1e9bcbe5f37acd7b77e70fb55)) + + +### Features + +* Golang Local Evaluation V2 ([#18](https://github.com/amplitude/experiment-go-server/issues/18)) ([f0d4504](https://github.com/amplitude/experiment-go-server/commit/f0d4504fb2099287ad5f579630aaaf74b060055d)) + ## [1.2.2](https://github.com/amplitude/experiment-go-server/compare/v1.2.1...v1.2.2) (2023-09-19) diff --git a/pkg/experiment/types.go b/pkg/experiment/types.go index a57638c..287ce3c 100644 --- a/pkg/experiment/types.go +++ b/pkg/experiment/types.go @@ -1,6 +1,6 @@ package experiment -const VERSION = "1.2.2" +const VERSION = "1.3.0" type User struct { UserId string `json:"user_id,omitempty"`