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.6.0 -- 2025-07-27
+
+* Fixed resources templates.
+
 ## 0.0.5.0 -- 2025-07-13
 
 * Added serial tool.
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.5.0
+version:            0.0.6.0
 
 -- A short (one-line) description of the package.
 synopsis:           pms-ui-request
diff --git a/src/PMS/UI/Request/DS/Core.hs b/src/PMS/UI/Request/DS/Core.hs
--- a/src/PMS/UI/Request/DS/Core.hs
+++ b/src/PMS/UI/Request/DS/Core.hs
@@ -13,7 +13,6 @@
 import Control.Monad.Reader
 import qualified Control.Concurrent.STM as STM
 import qualified Data.Text as T
---import Text.Parsec
 import Data.Aeson
 import Control.Monad.Except
 
