diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,78 @@
+# v7.1.2 (2026-01-14)
+
+## ✨ New Features
+
+### ⚡ Performance Improvements
+- [`b3b4e58`](https://gitlab.com/krakrjak/restman/-/commit/b3b4e58) ⚡ ️ No cache for Renovate Config Validator 
+
+## 🐛 Bug Fixes
+### 🚑 Critical Hotfixes
+- [`ccf3960`](https://gitlab.com/krakrjak/restman/-/commit/ccf3960) 🚑 ️ Fix Semantic Release Flow 
+
+## 🏗️ Architecture Changes
+### 🛠️ Plumbing Changes
+- [`a4d320f`](https://gitlab.com/krakrjak/restman/-/commit/a4d320f) 🔧  CHANGELOG.md is all CAPS now 
+- [`61e8204`](https://gitlab.com/krakrjak/restman/-/commit/61e8204) 🔧  Add useStack to semantic-release-hackage config
+
+# v7.1.1 (2026-01-04)
+
+## ✨ New Features
+
+## 🐛 Bug Fixes
+- [`e5f6c2f`](https://gitlab.com/krakrjak/restman/-/commit/e5f6c2f) 🐛  Handle npm dependencies for CI better (?) 
+
+## 🏗️ Architecture Changes
+### 🛠️ Plumbing Changes
+- [`d89ef42`](https://gitlab.com/krakrjak/restman/-/commit/d89ef42) 🔨  Enhance semantic-release with new helpers and matchers 
+- [`7c716b7`](https://gitlab.com/krakrjak/restman/-/commit/7c716b7) 🍱   Semantic-Release Templates for Customization 
+- [`7144422`](https://gitlab.com/krakrjak/restman/-/commit/7144422) 🍱  Release Notes and Commit Notes Template Changes 
+- [`0663e36`](https://gitlab.com/krakrjak/restman/-/commit/0663e36) 🔧  Add Semantic-Release Configuration 
+- [`c690948`](https://gitlab.com/krakrjak/restman/-/commit/c690948) 🧑‍💻  Set Package Version to 0.0.0.0 
+
+## 📝 Administrivia Changes
+- [`507e19b`](https://gitlab.com/krakrjak/restman/-/commit/507e19b) 🚨  Clean up warnings 
+- [`394d734`](https://gitlab.com/krakrjak/restman/-/commit/394d734) 🙈  Ignore node cruft from Semantic-Release 
+- [`23c9582`](https://gitlab.com/krakrjak/restman/-/commit/23c9582) 📄   Update Copyright Year on LICENSE
+
+
+# 0.7.1.0
+
+- ⬆️   Update to LTS 24.24 (ghc-9.10.3)
+- ✨ Show Default Headers in TUI When Enabled
+- ✨ Automatically Syntax Hightlight Payload when Possible
+- ✨ Horizontal & Vertical Scrolling in Payload Widget (Vi Keys & Mouse Support)
+
+# 0.7.0.1
+
+- 🚑️ Only the space key should toggle using default headers when focused
+
+# 0.7.0.0
+
+- ⬆️   Update to LTS 24.14 (ghc-9.10.3)
+- ✨ Allow toggling "Use Default Headers" setting in TUI
+
+# 0.6.0.0
+
+- ⬆️   Stackage LTS 23.0 ghc-9.8.4
+
+# 0.5.0.0
+
+- ⬆️   Stackage LTS 22.36 ghc-9.6.4
+- ⚡️ Rapid Load Support
+
+# 0.4.0
+
+- ⬆️   Stackage LTS version 18.28
+- 👷 CI Build Image Pinned to Stackage Version
+
+# 0.3.0
+
+- ⬆️   Stackage LTS version 17.4
+
+# 0.2.0
+
+- ⬆️   Stackage LTS version 15.
+- ✨ TUI and basic CLI (TUI launcher only).
+- ✨ Most basic features landed here including HTTPS support.
+- ✨ GET, POST, DELETE, etc. to a given URL.
+- ✨ You can also specify custom headers and payloads.
diff --git a/ChangeLog.md b/ChangeLog.md
deleted file mode 100644
--- a/ChangeLog.md
+++ /dev/null
@@ -1,46 +0,0 @@
-# Changelog for restman
-
-## 0.7.1.0
-
-⬆️   Update to LTS 24.24 (ghc-9.10.3)
-✨ Show Default Headers in TUI When Enabled
-✨ Automatically Syntax Hightlight Payload when Possible
-✨ Horizontal & Vertical Scrolling in Payload Widget (Vi Keys & Mouse Support)
-
-## 0.7.0.1
-
-🚑️ Only the space key should toggle using default headers when focused
-
-## 0.7.0.0
-
-⬆️   Update to LTS 24.14 (ghc-9.10.3)
-✨ Allow toggling "Use Default Headers" setting in TUI
-
-## 0.6.0.0
-
-⬆️   Stackage LTS 23.0 ghc-9.8.4
-
-## 0.5.0.0
-
-⬆️   Stackage LTS 22.36 ghc-9.6.4
-⚡️ Rapid Load Support
-
-## 0.4.0
-
-⬆️   Stackage LTS version 18.28
-👷 CI Build Image Pinned to Stackage Version
-
-## 0.3.0
-
-⬆️   Stackage LTS version 17.4
-
-## 0.2.0
-
-⬆️   Stackage LTS version 15.
-✨ TUI and basic CLI (TUI launcher only).
-✨ Most basic features landed here including HTTPS support.
-✨ GET, POST, DELETE, etc. to a given URL.
-✨ You can also specify custom headers and payloads.
-
-## Unreleased changes
-All of them
diff --git a/restman.cabal b/restman.cabal
--- a/restman.cabal
+++ b/restman.cabal
@@ -1,92 +1,90 @@
-cabal-version: 1.12
-name:           restman
--- version Controlled by semantic-release
-version: 0.7.1.1
-synopsis:       Web request TUI program.
-description:    Please see the README on GitLab at <https://gitlab.com/krakrjak/restman#readme>
-category:       Web
-homepage:       https://gitlab.com/krakrjak/restman#readme
-bug-reports:    https://gitlab.com/krakrjak/restman/issues
-author:         Zac Slade
-maintainer:     krakrjak@gmail.com, boyd.stephen.smith.jr@gmail.com
-copyright:      Zac Slade or Boyd Stephen Smith Jr, 2024
-license:        BSD2
-license-file:   LICENSE
-build-type:     Simple
+cabal-version:      1.12
+name:               restman
+version:            0.7.1.2
+license:            BSD2
+license-file:       LICENSE
+copyright:          Zac Slade or Boyd Stephen Smith Jr, 2024
+maintainer:         krakrjak@gmail.com, boyd.stephen.smith.jr@gmail.com
+author:             Zac Slade
+homepage:           https://gitlab.com/krakrjak/restman#readme
+bug-reports:        https://gitlab.com/krakrjak/restman/issues
+synopsis:           Web request TUI program.
+description:
+    Please see the README on GitLab at <https://gitlab.com/krakrjak/restman#readme>
+
+category:           Web
+build-type:         Simple
 extra-source-files:
     README.md
-    ChangeLog.md
+    CHANGELOG.md
 
 source-repository head
-  type: git
-  location: https://gitlab.com/krakrjak/restman
+    type:     git
+    location: https://gitlab.com/krakrjak/restman
 
 library
-  exposed-modules:
-      HTTP.Client
-      Skylighting.Format.Vty
-      Lib
-      Types
-      UI
-  other-modules:
-      Paths_restman
-  hs-source-dirs:
-      src
-  build-depends:
-      ansi-terminal-types
-    , base >=4.7 && <5
-    , binary
-    , brick
-    , bytestring
-    , case-insensitive
-    , containers
-    , http-client
-    , http-client-tls
-    , http-types
-    , lens
-    , microlens-mtl
-    , mime-types
-    , mtl
-    , skylighting
-    , text
-    , text-zipper
-    , unliftio
-    , vector
-    , vty
-    , wreq
-  default-language: GHC2024
+    exposed-modules:
+        HTTP.Client
+        Skylighting.Format.Vty
+        Lib
+        Types
+        UI
 
+    hs-source-dirs:   src
+    other-modules:    Paths_restman
+    default-language: GHC2024
+    build-depends:
+        ansi-terminal-types >=1.1.3 && <1.2,
+        base >=4.7 && <5,
+        binary >=0.8.9.3 && <0.9,
+        brick >=2.9 && <2.10,
+        bytestring >=0.12.2.0 && <0.13,
+        case-insensitive >=1.2.1.0 && <1.3,
+        containers >=0.7 && <0.8,
+        http-client >=0.7.19 && <0.8,
+        http-client-tls >=0.3.6.4 && <0.4,
+        http-types >=0.12.4 && <0.13,
+        lens >=5.3.5 && <5.4,
+        microlens-mtl >=0.2.1.0 && <0.3,
+        mime-types >=0.1.2.0 && <0.2,
+        mtl >=2.3.1 && <2.4,
+        skylighting >=0.14.7 && <0.15,
+        text >=2.1.3 && <2.2,
+        text-zipper >=0.13 && <0.14,
+        unliftio >=0.2.25.1 && <0.3,
+        vector >=0.13.2.0 && <0.14,
+        vty >=6.4 && <6.5,
+        wreq >=0.5.4.3 && <0.6
+
 executable restman
-  main-is: Main.hs
-  other-modules:
-      TUI
-      Paths_restman
-  hs-source-dirs:
-      app
-  ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall
-  build-depends:
-      base >=4.7 && <5
-    , brick
-    , bytestring
-    , case-insensitive
-    , http-types
-    , microlens
-    , optparse-applicative
-    , restman
-    , text
-    , utf8-string
-    , wreq
-  default-language: GHC2024
+    main-is:          Main.hs
+    hs-source-dirs:   app
+    other-modules:
+        TUI
+        Paths_restman
 
+    default-language: GHC2024
+    ghc-options:      -threaded -rtsopts -with-rtsopts=-N -Wall
+    build-depends:
+        base >=4.7 && <5,
+        brick >=2.9 && <2.10,
+        bytestring >=0.12.2.0 && <0.13,
+        case-insensitive >=1.2.1.0 && <1.3,
+        http-types >=0.12.4 && <0.13,
+        microlens >=0.4.14.0 && <0.5,
+        optparse-applicative >=0.18.1.0 && <0.19,
+        restman,
+        text >=2.1.3 && <2.2,
+        utf8-string >=1.0.2 && <1.1,
+        wreq >=0.5.4.3 && <0.6
+
 test-suite restman-test
-  type: exitcode-stdio-1.0
-  main-is: Spec.hs
-  other-modules:
-      Paths_restman
-  hs-source-dirs:
-      test
-  ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall
-  build-depends:
-      base >=4.7 && <5
-    , restman
-  default-language: GHC2024
+    type:             exitcode-stdio-1.0
+    main-is:          Spec.hs
+    hs-source-dirs:   test
+    other-modules:    Paths_restman
+    default-language: GHC2024
+    ghc-options:      -threaded -rtsopts -with-rtsopts=-N -Wall
+    build-depends:
+        base >=4.7 && <5,
+        restman
