diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,6 +8,11 @@
 
  * Updated for mattermost-api version 50200.2.0.
 
+50200.3.0
+=========
+
+ * Updated for mattermost-api version 50200.3.0.
+
 50200.1.4
 =========
 
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:             50200.2.0
+version:             50200.3.0
 synopsis:            QuickCheck instances for the Mattermost client API library
 
 description:         A library providing QuickCheck for the mattermost-api
@@ -27,7 +27,7 @@
   exposed-modules:     Network.Mattermost.QuickCheck
   build-depends:       base >=4.4 && <5
                      , containers
-                     , mattermost-api == 50200.2.0
+                     , mattermost-api == 50200.3.0
                      , QuickCheck
                      , text
                      , time
