diff --git a/Changes b/Changes
--- a/Changes
+++ b/Changes
@@ -1,5 +1,11 @@
 Newest at the top.
 
+2.4.17
+
+- PR #94. Change code generate for `mergeAppend` to avoid triggering GHC bug
+- Fixes generated code for GHC-8.10
+- Some more small improvements of the generated code
+
 2.4.16
 
 - PR #93. Fix up a534ea to support older base16-bytestring again, via CPP
diff --git a/protocol-buffers.cabal b/protocol-buffers.cabal
--- a/protocol-buffers.cabal
+++ b/protocol-buffers.cabal
@@ -1,5 +1,5 @@
 name:           protocol-buffers
-version:        2.4.16
+version:        2.4.17
 cabal-version:  >= 1.10
 build-type:     Simple
 license:        BSD3
@@ -15,7 +15,7 @@
 extra-source-files: TODO
                     README.md
                     Changes
-Tested-With: GHC == 8.0.2, GHC == 8.2.2, GHC == 8.4.2, GHC == 8.6.2, GHC == 8.8.4
+Tested-With: GHC == 8.0.2, GHC == 8.2.2, GHC == 8.4.2, GHC == 8.6.2, GHC == 8.8.4, GHC == 8.10.2
 source-repository head
   type: git
   location: git://github.com/k-bx/protocol-buffers.git
