From c05cf47c350f164ba26314f2e072d464047c2c85 Mon Sep 17 00:00:00 2001 From: amplitude-sdk-bot <amplitude-sdk-bot@users.noreply.github.com> Date: Tue, 27 Aug 2024 16:35:22 +0000 Subject: [PATCH] chore(release): 1.7.0 [skip ci] # [1.7.0](https://github.com/amplitude/experiment-go-server/compare/v1.6.0...v1.7.0) (2024-08-27) ### Features * support cohort targeting for local evaluation ([#27](https://github.com/amplitude/experiment-go-server/issues/27)) ([92179de](https://github.com/amplitude/experiment-go-server/commit/92179dec0dcd4103112c26d36272b031ecc582cd)) --- CHANGELOG.md | 7 +++++++ pkg/experiment/types.go | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 105bc18..6d05eef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.7.0](https://github.com/amplitude/experiment-go-server/compare/v1.6.0...v1.7.0) (2024-08-27) + + +### Features + +* support cohort targeting for local evaluation ([#27](https://github.com/amplitude/experiment-go-server/issues/27)) ([92179de](https://github.com/amplitude/experiment-go-server/commit/92179dec0dcd4103112c26d36272b031ecc582cd)) + # [1.6.0](https://github.com/amplitude/experiment-go-server/compare/v1.5.0...v1.6.0) (2024-08-26) diff --git a/pkg/experiment/types.go b/pkg/experiment/types.go index dbc0566..489777a 100644 --- a/pkg/experiment/types.go +++ b/pkg/experiment/types.go @@ -1,6 +1,6 @@ package experiment -const VERSION = "1.6.0" +const VERSION = "1.7.0" type User struct { UserId string `json:"user_id,omitempty"`