diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
 # Revision history for pms-ui-request
 
+## 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-request.cabal b/pms-ui-request.cabal
--- a/pms-ui-request.cabal
+++ b/pms-ui-request.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-request
@@ -59,7 +59,7 @@
     -- ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-name-shadowing -fno-warn-orphans -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns -Wredundant-constraints
 
     -- Import common warning flags.
-    ghc-options: -Wall
+    ghc-options: -Wall -threaded
 
     -- Modules exported by the library.
     exposed-modules:  PMS.UI.Request.DM.Type,
@@ -99,7 +99,7 @@
 
 test-suite pms-ui-request-test
     -- Import common warning flags.
-    ghc-options: -Wall
+    ghc-options: -Wall -threaded
 
     -- Base language which the package is written in.
     default-language: GHC2021
