Skip to content

Commit

Permalink
chore(release): 1.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.1.0](v1.0.0...v1.1.0) (2023-03-14)

### Features

* flag dependencies ([#8](#8)) ([64b11bc](64b11bc))
  • Loading branch information
amplitude-sdk-bot committed Mar 14, 2023
1 parent 64b11bc commit 9a7226b
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.1.0](https://github.com/amplitude/experiment-go-server/compare/v1.0.0...v1.1.0) (2023-03-14)


### Features

* flag dependencies ([#8](https://github.com/amplitude/experiment-go-server/issues/8)) ([64b11bc](https://github.com/amplitude/experiment-go-server/commit/64b11bc1e657d3b2c9ee4e8a0a33132de73b8455))

# [1.0.0](https://github.com/amplitude/experiment-go-server/compare/v0.6.0...v1.0.0) (2022-12-23)


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.0.0"
const VERSION = "1.1.0"

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

0 comments on commit 9a7226b

Please sign in to comment.