diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -24,6 +24,12 @@
 
 [KaC]: <https://keepachangelog.com/en/1.0.0/>
 
+## 1.1.1.1 (2022-03-01)
+
+### Non-Breaking
+
+* Refactor `Makefile`
+
 ## 1.1.1.0 (2021-12-25)
 
 ### Non-Breaking
diff --git a/LICENSE b/LICENSE
--- a/LICENSE
+++ b/LICENSE
@@ -1,6 +1,6 @@
 The MIT License
 
-Copyright (c) 2019-2021 Travis Cardwell
+Copyright (c) 2019-2022 Travis Cardwell
 
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal
diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -18,7 +18,7 @@
     * [Arbitrary Type Conversion](#arbitrary-type-conversion)
 * [Project](#project)
     * [Links](#links)
-    * [Dependencies](#dependencies)
+    * [Tags](#tags)
     * [Contribution](#contribution)
     * [License](#license)
 
@@ -287,14 +287,7 @@
 * GitHub: <https://github.com/ExtremaIS/ttc-haskell>
 * GitHub Actions CI: <https://github.com/ExtremaIS/ttc-haskell/actions>
 
-### Dependencies
-
-Dependency version bounds are strictly specified according to what versions
-have been tested.  If upper bounds need to be bumped when a new package is
-released or the package has been tested with earlier versions, feel free to
-submit an issue.
-
-### Releases
+### Tags
 
 All releases are tagged in the `main` branch.  Release tags are signed using
 the
diff --git a/src/Data/TTC.hs b/src/Data/TTC.hs
--- a/src/Data/TTC.hs
+++ b/src/Data/TTC.hs
@@ -2,7 +2,7 @@
 -- |
 -- Module      : Data.TTC
 -- Description : textual type classes
--- Copyright   : Copyright (c) 2019-2021 Travis Cardwell
+-- Copyright   : Copyright (c) 2019-2022 Travis Cardwell
 -- License     : MIT
 --
 -- TTC, an initialism of /Textual Type Classes/, is a library that provides
diff --git a/ttc.cabal b/ttc.cabal
--- a/ttc.cabal
+++ b/ttc.cabal
@@ -1,5 +1,5 @@
 name:           ttc
-version:        1.1.1.0
+version:        1.1.1.1
 category:       Data, Text
 synopsis:       Textual Type Classes
 description:
@@ -11,7 +11,7 @@
 bug-reports:    https://github.com/ExtremaIS/ttc-haskell/issues
 author:         Travis Cardwell <travis.cardwell@extrema.is>
 maintainer:     Travis Cardwell <travis.cardwell@extrema.is>
-copyright:      Copyright (c) 2019-2021 Travis Cardwell
+copyright:      Copyright (c) 2019-2022 Travis Cardwell
 license:        MIT
 license-file:   LICENSE
 
@@ -23,7 +23,7 @@
    || ==8.6.5
    || ==8.8.4
    || ==8.10.7
-   || ==9.0.1
+   || ==9.0.2
    || ==9.2.1
 
 extra-source-files:
