diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,14 @@
+# Revision history for thrift-http
+
+## 0.2.0.0
+
+* The folly dependency is now bundled in the Hackage package folly-clib,
+  so that hsthrift and Glean can be built entirely by cabal.
+
+## 0.1.0.1
+
+* Builds with GHC 9.8.x
+
+## 0.1.0.0
+
+* First version. Released on an unsuspecting world.
diff --git a/thrift-http.cabal b/thrift-http.cabal
--- a/thrift-http.cabal
+++ b/thrift-http.cabal
@@ -3,7 +3,7 @@
 -- Copyright (c) Facebook, Inc. and its affiliates.
 
 name:                thrift-http
-version:             0.1.0.1
+version:             0.2.0.0
 synopsis:            Support for Thrift-over-HTTP server and client
 homepage:            https://github.com/facebookincubator/hsthrift
 bug-reports:         https://github.com/facebookincubator/hsthrift/issues
@@ -13,6 +13,7 @@
 maintainer:          hsthrift-team@fb.com
 copyright:           (c) Facebook, All Rights Reserved
 category:            Thrift
+extra-doc-files:     CHANGELOG.md
 
 description:
     Support for building servers and clients that communicate
@@ -72,10 +73,10 @@
       Thrift.Channel.HTTP
 
   build-depends:
-      fb-util >= 0.1.0 && < 0.2,
-      thrift-lib >= 0.1.0 && < 0.2,
+      fb-util >= 0.1.0 && < 0.3,
+      thrift-lib >= 0.1.0 && < 0.3,
       base >=4.11.1 && <4.20,
-      text ^>=1.2.3.0,
+      text >= 1.2.3.0 && < 2.2,
       bytestring >=0.10.8.2 && <0.13,
       async ^>=2.2.1,
       utf8-string >= 1.0.2 && < 1.1,
