We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f7700c commit ea7888aCopy full SHA for ea7888a
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
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
7
## [v3.1.0](https://github.com/nulab/go-typetalk/compare/v3.0.0...v3.1.0) (2020-08-04)
8
9
* 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
@@ -18,7 +18,7 @@ import (
18
)
19
20
const (
21
- version = "3.1.0"
+ version = "3.2.0"
22
DefaultBaseURL = "https://typetalk.com/api/"
23
UserAgent = "go-typetalk/" + version
24
0 commit comments