diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
 ## Upcoming
 
+## 1.0.1
+
+Add support with `first-class-families-0.6.0.0`
+
 ## 1.0.0
 
 Initial release:
diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -1,5 +1,8 @@
 # aeson-schemas
 
+![CircleCI](https://img.shields.io/hackage/v/aeson-schemas)
+![Hackage](https://img.shields.io/circleci/build/github/LeapYear/aeson-schemas)
+
 A library that extracts information from JSON input using type-level schemas
 and quasiquoters, consuming JSON data in a type-safe manner. Better than
 `aeson` for decoding nested JSON data that would be cumbersome to represent as
diff --git a/aeson-schemas.cabal b/aeson-schemas.cabal
--- a/aeson-schemas.cabal
+++ b/aeson-schemas.cabal
@@ -4,10 +4,10 @@
 --
 -- see: https://github.com/sol/hpack
 --
--- hash: bdf6810338fed8e225df138ff9500c8f2f02eea5b75a50a2ad82760e9c737a77
+-- hash: 268ce311efa5b339b40dbab7b1b84b4d779ec54bbeda8756b9de810c636745fb
 
 name:           aeson-schemas
-version:        1.0.0
+version:        1.0.1
 synopsis:       Easily consume JSON data on-demand with type-safety
 description:    Parse JSON data easily and safely without defining new data types. Useful
                 for deeply nested JSON data, which is difficult to parse using the default
@@ -49,7 +49,7 @@
       aeson >=1.1.2.0 && <1.5
     , base >=4.9 && <5
     , bytestring >=0.10.8.1 && <0.11
-    , first-class-families >=0.3.0.0 && <0.6
+    , first-class-families >=0.3.0.0 && <0.6.1
     , megaparsec >=6.0.0 && <7.1
     , template-haskell >=2.12.0.0 && <2.15
     , text >=1.2.2.2 && <1.3
@@ -75,7 +75,7 @@
     , aeson-schemas
     , base >=4.9 && <5
     , bytestring >=0.10.8.1 && <0.11
-    , first-class-families >=0.3.0.0 && <0.6
+    , first-class-families >=0.3.0.0 && <0.6.1
     , megaparsec >=6.0.0 && <7.1
     , raw-strings-qq >=1.1 && <1.2
     , tasty >=0.11.3 && <1.3
