We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d54ceb7 commit acdf124Copy full SHA for acdf124
CHANGELOG.md
@@ -1,4 +1,13 @@
1
2
+90000.1.1
3
+=========
4
+
5
+Bug fixes:
6
+* The `EnableSignUpWithGitLab` field of `ClientConfig` is now optional
7
+ using `Maybe` since some servers do not provide it. Prior to this
8
+ change, the library would fail to decode the `ClientConfig` completely
9
+ if the field was missing.
10
11
90000.1.0
12
=========
13
mattermost-api.cabal
@@ -1,5 +1,5 @@
name: mattermost-api
-version: 90000.1.0
+version: 90000.1.1
synopsis: Client API for Mattermost chat system
description: Client API for Mattermost chat system. Mattermost is a
0 commit comments