diff --git a/changelog.md b/changelog.md
--- a/changelog.md
+++ b/changelog.md
@@ -1,41 +1,61 @@
-# Changelog
+Changelog
+=========
 
-## 1.0.0.0 - 2018-12-20
+1.0.3.2 - 2023-02-01
+--------------------------------------------------
 
-- Initial release
+Support GHC 9.4
 
-## 1.0.1.0 - 2019-06-16
 
-New:
+1.0.3.1 - 2022-01-09
+--------------------------------------------------
 
-- `CouponId` type
+Support GHC 9.2
 
-## 1.0.2.0 - 2019-09-30
 
-New:
+1.0.3 - 2021-07-01
+--------------------------------------------------
 
-- `ApiVersion` and `RequestApiVersion` types
+Add standard instances to many types
 
-## 1.0.2.2 - 2020-04-18
 
-Tightened dependency version bounds
+1.0.2.8 - 2021-06-05
+--------------------------------------------------
 
-## 1.0.2.4 - 2020-05-20
+Support GHC 9.0, `bytestring` 0.11
 
-Support GHC 8.10
 
-## 1.0.2.6 - 2021-03-08
+1.0.2.6 - 2021-03-08
+--------------------------------------------------
 
 No change, just reformatting cabal files
 
-## 1.0.2.8 - 2021-06-05
 
-Support GHC 9.0, `bytestring` 0.11
+1.0.2.4 - 2020-05-20
+--------------------------------------------------
 
-## 1.0.3 - 2021-07-01
+Support GHC 8.10
 
-Add standard instances to many types
 
-# 1.0.3.1 - 2022-01-09
+1.0.2.2 - 2020-04-18
+--------------------------------------------------
 
-Support GHC 9.2
+Tightened dependency version bounds
+
+
+1.0.2.0 - 2019-09-30
+--------------------------------------------------
+
+New `ApiVersion` and `RequestApiVersion` types
+
+
+1.0.1.0 - 2019-06-16
+--------------------------------------------------
+
+New `CouponId` type
+
+
+1.0.0.0 - 2018-12-20
+--------------------------------------------------
+
+Initial release
diff --git a/readme.md b/readme.md
new file mode 100644
--- /dev/null
+++ b/readme.md
@@ -0,0 +1,4 @@
+This is a minimal package that just defines a common set of types for working
+with the [Stripe] API.
+
+  [Stripe]: https://stripe.com/
diff --git a/stripe-concepts.cabal b/stripe-concepts.cabal
--- a/stripe-concepts.cabal
+++ b/stripe-concepts.cabal
@@ -1,14 +1,12 @@
-cabal-version: 2.0
+cabal-version: 3.0
 
 name: stripe-concepts
-version: 1.0.3.1
-
+version: 1.0.3.2
 synopsis: Types for the Stripe API
 category: Web
 
-description:
-    This is a minimal package that just defines a common set of types
-    for working with the <https://stripe.com/ Stripe> API.
+description: This is a minimal package that just defines
+    a common set of types for working with the Stripe API.
 
 homepage:    https://github.com/typeclasses/stripe
 bug-reports: https://github.com/typeclasses/stripe/issues
@@ -20,10 +18,7 @@
 license: MIT
 license-file: license.txt
 
-build-type: Simple
-
-extra-source-files:
-    changelog.md
+extra-source-files: *.md
 
 library
     hs-source-dirs: library
@@ -33,7 +28,6 @@
         Stripe.Concepts
 
     build-depends:
-        base ^>= 4.10 || ^>= 4.11 || ^>= 4.12 || ^>= 4.13 || ^>= 4.14
-          || ^>= 4.15 || ^>= 4.16
-      , bytestring ^>= 0.10 || ^>= 0.11
-      , text ^>= 1.2
+      , base ^>= 4.14 || ^>= 4.15 || ^>= 4.16 || ^>= 4.17
+      , bytestring ^>= 0.10.12 || ^>= 0.11
+      , text ^>= 1.2.4 || ^>= 2.0
