diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,12 @@
+* 0.7.1
+    - Bump gi-gtk version
+* 0.7.0
+    - Version bounds compatibility with Stack resolver lts-17.0
+    - Replace Travis badge with a Github workflow one.
+    - Replace .travis.yml with a Github Actions Workflow.
+    - Improved exception handling and async handling in app-simple
+    - Fix race condition in app-simple
+    - Fix patching of grid child properties.
 * 0.6.3
     - Add `Grid` container widget
     - Fix bugs in patching properties for all types of widgets
diff --git a/gi-gtk-declarative-app-simple.cabal b/gi-gtk-declarative-app-simple.cabal
--- a/gi-gtk-declarative-app-simple.cabal
+++ b/gi-gtk-declarative-app-simple.cabal
@@ -1,5 +1,5 @@
 name:                 gi-gtk-declarative-app-simple
-version:              0.7.0
+version:              0.7.1
 synopsis:             Declarative GTK+ programming in Haskell in the style of Pux.
 description:          Experimental application architecture in the style of
                       PureScript Pux, built on top of gi-gtk-declarative.
@@ -27,8 +27,8 @@
                       , gi-glib
                       , gi-gtk                  >=3    && <4
                       , gi-gdk
-                      , haskell-gi              >=0.24 && <0.25
-                      , haskell-gi-base         >=0.24 && <0.25
+                      , haskell-gi              >=0.24 && <0.26
+                      , haskell-gi-base         >=0.24 && <0.26
                       , haskell-gi-overloading  >=1.0  && <1.1
                       , pipes                   >=4    && <5
                       , pipes-concurrency       >=2    && <3
