diff --git a/CHANGES.md b/CHANGES.md
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,5 +1,9 @@
 # Release History
 
-## [0.0.0.0] - 2020-08-06
+## 1.0 (October 29, 2020)
+
+  * First stable release
+
+## 0.0 (August 6, 2020)
 
   * Initial release
diff --git a/mock-httpd.cabal b/mock-httpd.cabal
--- a/mock-httpd.cabal
+++ b/mock-httpd.cabal
@@ -1,6 +1,6 @@
 cabal-version:      2.4
 name:               mock-httpd
-version:            0.0.0.0
+version:            1.0.0
 synopsis:           A HTTP server for testing HTTP clients
 homepage:           https://github.com/pjones/mock-httpd
 bug-reports:        https://github.com/pjones/mock-httpd/issues
@@ -22,6 +22,10 @@
   CHANGES.md
   example.yml
 
+source-repository head
+  type:     git
+  location: https://github.com/pjones/mock-httpd.git
+
 common options
   default-language:   Haskell2010
   default-extensions:
@@ -47,10 +51,10 @@
 
 common dependencies
   build-depends:
-    , aeson             ^>=1.4
+    , aeson             >=1.4  && <1.6
     , async             ^>=2.2
     , base              >=4.12 && <5.0
-    , bytestring        ^>=0.10
+    , bytestring        >=0.10 && <0.12
     , case-insensitive  ^>=1.2
     , filepath          ^>=1.4
     , http-types        ^>=0.12
