diff --git a/CHANGELOG.txt b/CHANGELOG.txt
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -1,3 +1,6 @@
+0.9.2, 2018-02-26:
+	Updated dependencies to allow transformers-compat-0.6.
+
 0.9.1, 2017-11-04:
 	Made Tests.Utils use Ints instead of Floats to avoid spurious failures
 	that aren't of any concern.
diff --git a/Glob.cabal b/Glob.cabal
--- a/Glob.cabal
+++ b/Glob.cabal
@@ -1,7 +1,7 @@
 Cabal-Version: >= 1.9.2
 
 Name:        Glob
-Version:     0.9.1
+Version:     0.9.2
 Homepage:    http://iki.fi/matti.niemenmaa/glob/
 Synopsis:    Globbing library
 Category:    System
@@ -31,7 +31,7 @@
                 , dlist        >= 0.4 && < 0.9
                 , filepath     >= 1.1 && < 1.5
                 , transformers >= 0.2 && < 0.6
-                , transformers-compat >= 0.3 && < 0.6
+                , transformers-compat >= 0.3 && < 0.7
 
    if impl(ghc < 8.0)
       Build-Depends: semigroups >= 0.18 && < 0.19
@@ -61,7 +61,7 @@
                 , dlist                      >= 0.4 && < 0.9
                 , filepath                   >= 1.1 && < 1.5
                 , transformers               >= 0.2 && < 0.6
-                , transformers-compat        >= 0.3 && < 0.6
+                , transformers-compat        >= 0.3 && < 0.7
                 , HUnit                      >= 1.2 && < 1.7
                 , QuickCheck                 >= 2 && < 3
                 , test-framework             >= 0.2 && < 1
diff --git a/LICENSE.txt b/LICENSE.txt
--- a/LICENSE.txt
+++ b/LICENSE.txt
@@ -2,7 +2,7 @@
 the code are held by whoever wrote the code in question: see CREDITS.txt for a
 list of authors.
 
-Copyright (c) 2008-2017 <authors>
+Copyright (c) 2008-2018 <authors>
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
