diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,8 +1,8 @@
 # Revision history for ghctags
 
-## 0.6.1.0 -- 2024-01-11
+## 0.6.1.1 -- 2024-07-21
 
-- `GHC-9.8` support; droppped support of `GHC-{8.10, 9.0, 9.2}`.
+- `GHC-9.10` support.
 
 ## 0.6.0.0 -- 2023-05-01
 
diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -12,7 +12,7 @@
 ● Requirements
 --------------
 
-The plugin requires at least: `ghc >= 9.4`.
+The plugin requires at least: `ghc >= 9.6`.
 
 ● Plugin options
 ----------------
diff --git a/ghc-tags-plugin.cabal b/ghc-tags-plugin.cabal
--- a/ghc-tags-plugin.cabal
+++ b/ghc-tags-plugin.cabal
@@ -1,6 +1,6 @@
 cabal-version:       3.0
 name:                ghc-tags-plugin
-version:             0.6.1.0
+version:             0.6.1.1
 synopsis:            A compiler plugin which generates tags file from GHC parsed syntax tree.
 description:
   __etags__ format.  For a standalone `ghc-tags` command look for or
@@ -19,7 +19,7 @@
                      README.md
 homepage:            https://github.com/coot/ghc-tags-plugin#readme
 bug-reports:         https://github.com/coot/ghc-tags-plugin/issues
-tested-with:         GHC == { 9.4, 9.6, 9.8 }
+tested-with:         GHC == { 9.6, 9.8, 9.10 }
 
 -- Don't build gtp-check command by default; it's a development tool.
 flag gtp-check
@@ -53,10 +53,10 @@
   other-modules:       Plugin.GhcTags.CTag
                        Paths_ghc_tags_plugin
   autogen-modules:     Paths_ghc_tags_plugin
-  build-depends:       base              >=4.12.0.0 && <4.20,
+  build-depends:       base              >=4.12.0.0 && <4.21,
                        bytestring        >=0.10 && < 0.13,
                        directory        ^>=1.3,
-                       filepath         ^>=1.4,
+                       filepath         ^>=1.4 || ^>= 1.5,
                        ghc               >=8.4 && <10,
                        lukko            ^>=0.1,
                        mtl               >=2.2 && <2.4,
