diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
 # Revision history for pms-ui-response
 
+## 0.0.2.0 -- 2025-06-22
+
+*Added file change monitoring for tools-list.json.
+
 ## 0.0.1.0 -- 2025-05-31
 
 * First version.
diff --git a/pms-ui-response.cabal b/pms-ui-response.cabal
--- a/pms-ui-response.cabal
+++ b/pms-ui-response.cabal
@@ -20,7 +20,7 @@
 -- PVP summary:     +-+------- breaking API changes
 --                  | | +----- non-breaking API additions
 --                  | | | +--- code changes with no API change
-version:            0.0.1.0
+version:            0.0.2.0
 
 -- A short (one-line) description of the package.
 synopsis:           pms-ui-response
@@ -56,7 +56,7 @@
 
 library
     -- Import common warning flags.
-    ghc-options: -Wall
+    ghc-options: -Wall -threaded
 
     -- Modules exported by the library.
     exposed-modules:  PMS.UI.Response.DM.Type,
@@ -96,7 +96,7 @@
 
 test-suite pms-ui-response-test
     -- Import common warning flags.
-    ghc-options: -Wall
+    ghc-options: -Wall -threaded
 
     -- Base language which the package is written in.
     default-language: GHC2021
