Skip to content

Commit

Permalink
Bump version v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Issei Horie committed Dec 16, 2019
1 parent bc6bd3b commit 9dc08ee
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [v3.0.0](https://github.com/nulab/go-typetalk/compare/v2.1.1...v3.0.0) (2019-12-16)

* Support Go Modules [#57](https://github.com/nulab/go-typetalk/pull/57) ([is2ei](https://github.com/is2ei))

## [v2.1.1](https://github.com/nulab/go-typetalk/compare/v2.1.0...v2.1.1) (2019-12-15)

* Updated golint path [#56](https://github.com/nulab/go-typetalk/pull/56) ([is2ei](https://github.com/is2ei))
Expand Down
2 changes: 1 addition & 1 deletion typetalk/internal/internal.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import (
)

const (
version = "2.1.1"
version = "3.0.0"
DefaultBaseURL = "https://typetalk.com/api/"
UserAgent = "go-typetalk/" + version

Expand Down

0 comments on commit 9dc08ee

Please sign in to comment.