From bad800802cde2d0dc685b0e1819435977cd41007 Mon Sep 17 00:00:00 2001
From: Antti Kaihola <13725+akaihola@users.noreply.github.com>
Date: Tue, 7 Jan 2025 22:19:31 +0200
Subject: [PATCH] chore: bump to version 2.2.0

---
 .github/ISSUE_TEMPLATE/bug_report.md |  2 +-
 CHANGES.rst                          | 10 ++++++++++
 README.rst                           |  2 +-
 src/darkgraylib/version.py           |  2 +-
 4 files changed, 13 insertions(+), 3 deletions(-)

diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
index d6152952..e98cc26d 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -39,7 +39,7 @@ If applicable, add copy/paste the output or attach a screenshots to help explain
  - Python version [e.g. 3.10.4]
  - Git version [e.g. 2.36.0]
  - Darker or Graylint version [e.g. 1.7.3]
- - Darkgraylib version [e.g. 2.1.0]
+ - Darkgraylib version [e.g. 2.2.0]
 
 **Additional context**
 Add any other context about the problem here.
diff --git a/CHANGES.rst b/CHANGES.rst
index 34d32b75..cde4545d 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -3,6 +3,16 @@ Unreleased_
 
 These features will be included in the next release:
 
+Added
+-----
+
+Fixed
+-----
+
+
+2.2.0_ - 2025-01-07
+===================
+
 Added
 -----
 - Update to Pylint 3.3.0+ and adjust disabled messages accordingly.
diff --git a/README.rst b/README.rst
index e868627f..e71a9dc3 100644
--- a/README.rst
+++ b/README.rst
@@ -22,7 +22,7 @@
 .. |changelog-badge| image:: https://img.shields.io/badge/-change%20log-purple
    :alt: Change log
    :target: https://github.com/akaihola/darkgraylib/blob/main/CHANGES.rst
-.. |next-milestone| image:: https://img.shields.io/github/milestones/progress/akaihola/darkgraylib/13?color=red&label=release%202.1.1
+.. |next-milestone| image:: https://img.shields.io/github/milestones/progress/akaihola/darkgraylib/16?color=red&label=release%202.2.1
    :alt: Next milestone
    :target: https://github.com/akaihola/darkgraylib/milestone/4
 
diff --git a/src/darkgraylib/version.py b/src/darkgraylib/version.py
index 2978b465..33c7533a 100644
--- a/src/darkgraylib/version.py
+++ b/src/darkgraylib/version.py
@@ -1,3 +1,3 @@
 """The version number for Darkgraylib is governed by this file."""
 
-__version__ = "2.1.0"
+__version__ = "2.2.0"