Skip to content

Commit ea7888a

Browse files
committedOct 16, 2020
Bump version v3.2.0
1 parent 2f7700c commit ea7888a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed
 

‎CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## [v3.2.0](https://github.com/nulab/go-typetalk/compare/v3.1.0...v3.2.0) (2020-10-16)
4+
5+
* fix to support latest theme response [#84](https://github.com/nulab/go-typetalk/pull/84) ([tsuyoshizawa](https://github.com/tsuyoshizawa))
6+
37
## [v3.1.0](https://github.com/nulab/go-typetalk/compare/v3.0.0...v3.1.0) (2020-08-04)
48

59
* Support the save user status API (#82) [#83](https://github.com/nulab/go-typetalk/pull/83) ([vvatanabe](https://github.com/vvatanabe))

‎typetalk/internal/internal.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import (
1818
)
1919

2020
const (
21-
version = "3.1.0"
21+
version = "3.2.0"
2222
DefaultBaseURL = "https://typetalk.com/api/"
2323
UserAgent = "go-typetalk/" + version
2424

0 commit comments

Comments
 (0)