diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,5 +1,9 @@
 # Revision history for reflex-fsnotify
 
+## 0.2.1.2
+
+* Support reflex 0.8
+
 ## 0.2.1.1
 
 * Support GHC 8.8 and `reflex` 0.7.
diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
 # reflex-fsnotify
 
-[![hackage](https://img.shields.io/hackage/v/reflex-fsnotify.svg)](https://hackage.haskell.org/package/reflex-fsnotify) [![hackage-ci](https://matrix.hackage.haskell.org/api/v2/packages/reflex-fsnotify/badge)](https://matrix.hackage.haskell.org/#/package/reflex-fsnotify) [![travis-ci](https://api.travis-ci.org/reflex-frp/reflex-fsnotify.svg?branch=develop)](https://travis-ci.org/reflex-frp/reflex-fsnotify)
+[![Haskell](https://img.shields.io/badge/language-Haskell-orange.svg)](https://haskell.org) [![Hackage](https://img.shields.io/hackage/v/reflex-fsnotify.svg)](https://hackage.haskell.org/package/reflex-fsnotify) [![Hackage CI](https://matrix.hackage.haskell.org/api/v2/packages/reflex-fsnotify/badge)](https://matrix.hackage.haskell.org/#/package/reflex-fsnotify) [![Travis CI](https://api.travis-ci.org/reflex-frp/reflex-fsnotify.svg?branch=develop)](https://travis-ci.org/reflex-frp/reflex-fsnotify) [![BSD3 License](https://img.shields.io/badge/license-BSD3-blue.svg)](https://github.com/reflex-frp/reflex-fsnotify/blob/master/LICENSE)
 
-Watch directories for changes using a functional-reactive interface!
+Watch files and directories for changes using a functional-reactive interface!
diff --git a/reflex-fsnotify.cabal b/reflex-fsnotify.cabal
--- a/reflex-fsnotify.cabal
+++ b/reflex-fsnotify.cabal
@@ -1,8 +1,11 @@
 cabal-version: >=1.10
 name: reflex-fsnotify
-version: 0.2.1.1
-synopsis: reflex-frp interface for watching files
-description: Receive FRP events whenever files change.
+version: 0.2.1.2
+synopsis: Reflex FRP interface for watching files
+description:
+  Watch files and directories for changes using a functional-reactive interface!
+  .
+  <https://reflex-frp.org/>
 bug-reports: https://github.com/reflex-frp/reflex-fsnotify/issues
 license: BSD3
 license-file: LICENSE
@@ -22,7 +25,7 @@
                , directory >= 1.3 && < 1.4
                , filepath >= 1.4 && < 1.5
                , fsnotify >= 0.3 && < 0.4
-               , reflex >= 0.5 && < 0.8
+               , reflex >= 0.5 && < 0.9
   hs-source-dirs: src
   default-language: Haskell2010
   ghc-options: -Wall
