Skip to content

Commit

Permalink
chore(release): 1.7.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.7.0](v1.6.0...v1.7.0) (2024-08-27)

### Features

* support cohort targeting for local evaluation ([#27](#27)) ([92179de](92179de))
  • Loading branch information
amplitude-sdk-bot committed Aug 27, 2024
1 parent 92179de commit c05cf47
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.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)


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.6.0"
const VERSION = "1.7.0"

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

0 comments on commit c05cf47

Please sign in to comment.