Merge pull request #2033 from PyCQA/hotfix/5.11.1

Hotfix 5.11.1
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 33bf257..3ea8fb1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,10 @@
 NOTE: isort follows the [semver](https://semver.org/) versioning standard.
 Find out more about isort's release policy [here](https://pycqa.github.io/isort/docs/major_releases/release_policy).
 
+### 5.11.1 December 12 2022
+
+  - Hotfix #2031: only call `colorama.init` if `colorama` is available (#2032) @tomaarsen
+
 ### 5.11.0 December 12 2022
 
   - Added official support for Python 3.11 (#1996, #2008, #2011) @staticdev
diff --git a/pyproject.toml b/pyproject.toml
index c6930ef..fdb43c4 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -3,7 +3,7 @@
 
 [tool.poetry]
 name = "isort"
-version = "5.11.0"
+version = "5.11.1"
 description = "A Python utility / library to sort Python imports."
 authors = ["Timothy Crosley <timothy.crosley@gmail.com>"]
 license = "MIT"