Prepare for v2.2.2 release

- Update CHANGELOG.md
This commit is contained in:
Jacob Alexander
2026-01-16 20:28:32 -08:00
parent c9541f98b3
commit 93ba29f916
2 changed files with 6 additions and 1 deletions

View File

@@ -24,7 +24,7 @@ from buildutils.bundle import fetch_libcapnp
MAJOR = 2
MINOR = 2
MICRO = 1
MICRO = 2
TAG = ""
VERSION = "%d.%d.%d%s" % (MAJOR, MINOR, MICRO, TAG)