diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,3 @@
+# v0.1.0.2
+
+- Added support for Hasql 2.0.
diff --git a/hasql-mapping.cabal b/hasql-mapping.cabal
--- a/hasql-mapping.cabal
+++ b/hasql-mapping.cabal
@@ -1,6 +1,6 @@
 cabal-version: 3.0
 name: hasql-mapping
-version: 0.1.0.1
+version: 0.1.0.2
 synopsis: SDK for defining modular mappings to databases on top of Hasql
 description:
   SDK for defining mappings to databases using Hasql that promotes modular design.
@@ -15,6 +15,7 @@
 license: MIT
 license-file: LICENSE
 extra-doc-files:
+  CHANGELOG.md
   LICENSE
   README.md
 
@@ -56,7 +57,7 @@
     aeson >=2.0 && <3,
     base >=4.12 && <5,
     bytestring >=0.10 && <0.13,
-    hasql ^>=1.10.1,
+    hasql ^>=1.10.3 || ^>=2.0,
     iproute >=1.7 && <2,
     scientific >=0.3 && <0.4,
     text >=1.2 && <3,
