Skip to content

Commit

Permalink
Bump version v2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Issei Horie committed Dec 15, 2019
1 parent 5e9952e commit 285182b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [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))
* Added comments to accounts.go [#52](https://github.com/nulab/go-typetalk/pull/52) ([is2ei](https://github.com/is2ei))
* Fix typo [#51](https://github.com/nulab/go-typetalk/pull/51) ([is2ei](https://github.com/is2ei))

## [v2.1.0](https://github.com/nulab/go-typetalk/compare/2.0.3...v2.1.0) (2018-12-08)

* update go version used in CI to go1.11 (#49) [#50](https://github.com/nulab/go-typetalk/pull/50) ([vvatanabe](https://github.com/vvatanabe))
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.0"
version = "2.1.1"
DefaultBaseURL = "https://typetalk.com/api/"
UserAgent = "go-typetalk/" + version

Expand Down

0 comments on commit 285182b

Please sign in to comment.