Skip to content

Commit acdf124

Browse files
committed
Bump version, update changelog
1 parent d54ceb7 commit acdf124

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11

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+
211
90000.1.0
312
=========
413

mattermost-api.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: mattermost-api
2-
version: 90000.1.0
2+
version: 90000.1.1
33
synopsis: Client API for Mattermost chat system
44

55
description: Client API for Mattermost chat system. Mattermost is a

0 commit comments

Comments
 (0)