Skip to content

Commit

Permalink
chore(release): 1.8.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.8.0](v1.7.0...v1.8.0) (2024-11-05)

### Features

* add flag push ([#30](#30)) ([62dad32](62dad32))
* support non-string group prop values ([#31](#31)) ([7064c5d](7064c5d))
  • Loading branch information
amplitude-sdk-bot committed Nov 5, 2024
1 parent 62dad32 commit b6e978c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# [1.8.0](https://github.com/amplitude/experiment-go-server/compare/v1.7.0...v1.8.0) (2024-11-05)


### Features

* add flag push ([#30](https://github.com/amplitude/experiment-go-server/issues/30)) ([62dad32](https://github.com/amplitude/experiment-go-server/commit/62dad32d54803140893601024e6d3e2c0b087b72))
* support non-string group prop values ([#31](https://github.com/amplitude/experiment-go-server/issues/31)) ([7064c5d](https://github.com/amplitude/experiment-go-server/commit/7064c5d3376a33e321e7016ed10907afb660d998))

# [1.7.0](https://github.com/amplitude/experiment-go-server/compare/v1.6.0...v1.7.0) (2024-08-27)


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.7.0"
const VERSION = "1.8.0"

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

0 comments on commit b6e978c

Please sign in to comment.