Skip to content

Commit

Permalink
Bump version v3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vvatanabe committed Oct 16, 2020
1 parent 2f7700c commit ea7888a
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.2.0](https://github.com/nulab/go-typetalk/compare/v3.1.0...v3.2.0) (2020-10-16)

* fix to support latest theme response [#84](https://github.com/nulab/go-typetalk/pull/84) ([tsuyoshizawa](https://github.com/tsuyoshizawa))

## [v3.1.0](https://github.com/nulab/go-typetalk/compare/v3.0.0...v3.1.0) (2020-08-04)

* Support the save user status API (#82) [#83](https://github.com/nulab/go-typetalk/pull/83) ([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 = "3.1.0"
version = "3.2.0"
DefaultBaseURL = "https://typetalk.com/api/"
UserAgent = "go-typetalk/" + version

Expand Down

0 comments on commit ea7888a

Please sign in to comment.