diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,9 @@
 
+40900.0.0
+=========
+
+ * Updated for mattermost-api version 40900.0.0.
+
 40800.0.2
 =========
 
diff --git a/mattermost-api-qc.cabal b/mattermost-api-qc.cabal
--- a/mattermost-api-qc.cabal
+++ b/mattermost-api-qc.cabal
@@ -1,5 +1,5 @@
 name:                mattermost-api-qc
-version:             40800.0.2
+version:             40900.0.0
 description:         A testing library for the mattermost-api library
 synopsis:            QuickCheck instances for the Mattermost client API library
 homepage:            https://github.com/matterhorn-chat/mattermost-api-qc
@@ -22,7 +22,7 @@
   exposed-modules:     Network.Mattermost.QuickCheck
   build-depends:       base >=4.4 && <5
                      , containers
-                     , mattermost-api == 40800.0.2
+                     , mattermost-api == 40900.0.0
                      , QuickCheck
                      , text
                      , time
