Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.0.0](v0.6.0...v1.0.0) (2022-12-23)

### chore

* fix lint ([#6](#6)) ([dba2b7e](dba2b7e))

### BREAKING CHANGES

* prepare for GA
  • Loading branch information
amplitude-sdk-bot committed Dec 23, 2022
1 parent dba2b7e commit 2bb5b8a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# [1.0.0](https://github.com/amplitude/experiment-go-server/compare/v0.6.0...v1.0.0) (2022-12-23)


### chore

* fix lint ([#6](https://github.com/amplitude/experiment-go-server/issues/6)) ([dba2b7e](https://github.com/amplitude/experiment-go-server/commit/dba2b7e042a565a286bf902f2adccff43f9c0afe))


### BREAKING CHANGES

* prepare for GA
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 = "0.6.0"
const VERSION = "1.0.0"

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

0 comments on commit 2bb5b8a

Please sign in to comment.