diff --git a/CHANGELOG b/CHANGELOG
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,4 +1,10 @@
+Changes from 0.8.6 to 0.8.7
+---------------------------
+
+* Fixed build with stack and its resolver LTS 19.
+
 Changes from 0.8.5 to 0.8.6
+---------------------------
 
 * Fixed arithmetic underflow during GHC >=8.8 build.
 * Added support GHC 9.0.
diff --git a/encoding.cabal b/encoding.cabal
--- a/encoding.cabal
+++ b/encoding.cabal
@@ -1,5 +1,5 @@
 Name:		encoding
-Version:	0.8.6
+Version:	0.8.7
 Author:		Henning Günther
 Maintainer:	daniel@wagner-home.com
 License:	BSD3
@@ -31,11 +31,6 @@
 Source-Repository head
   Type:         git
   Location:     http://github.com/dmwit/encoding
-
-Source-Repository this
-  Type:         git
-  Location:     http://github.com/dmwit/encoding
-  Tag:          0.8.5
 
 Custom-Setup
   Setup-Depends: base >=3 && <5,
