diff --git a/json-feed.cabal b/json-feed.cabal
--- a/json-feed.cabal
+++ b/json-feed.cabal
@@ -2,10 +2,10 @@
 --
 -- see: https://github.com/sol/hpack
 --
--- hash: 68f6c36d28945e9c7d3598d1b36d0e835699adb5cae03018c3ea445262285883
+-- hash: 5ef018085662ba2c42bf67538b08c353b738ea1a485608a3d1ce1e245f5f285e
 
 name:           json-feed
-version:        1.0.2
+version:        1.0.3
 synopsis:       JSON Feed
 description:    This is an implementation of the JSON Feed spec in Haskell. The spec is available at <https://jsonfeed.org>. JSON Feed is similar to the Atom and RSS feed formats, but it is serialized as JSON rather than XML.
 category:       Web
diff --git a/package.yaml b/package.yaml
--- a/package.yaml
+++ b/package.yaml
@@ -1,5 +1,5 @@
 name: json-feed
-version: 1.0.2
+version: 1.0.3
 
 category: Web
 description: >
diff --git a/stack.yaml b/stack.yaml
--- a/stack.yaml
+++ b/stack.yaml
@@ -1,1 +1,1 @@
-resolver: lts-11.0
+resolver: lts-12.0
