diff --git a/_posts/2022-09-21-boxes-v2.2.0-released.md b/_posts/2022-09-21-boxes-v2.2.0-released.md
new file mode 100644
index 0000000..512081c
--- /dev/null
+++ b/_posts/2022-09-21-boxes-v2.2.0-released.md
@@ -0,0 +1,41 @@
+---
+layout: post
+title: "New release: boxes v2.2.0"
+date: 2022-09-21 21:51:00 +0200
+release: v2.2.0
+---
+
+A notable release, including a license upgrade, and cowsay support
+
+- Upgrade the project's license from *GPL-2.0-only* to *GPL-3.0-only*
+ [#101](https://github.com/ascii-boxes/boxes/issues/101)
+- Fix a bug where in some cases, parent config files referenced via :global:
were not found
+- Fix a bug where automatic quoting of closing comment tags did not work properly for box designs which are
+ also comments in some programming language
+- Improvements to the Emacs editor integration
+ (thanks [@balducci](https://github.com/balducci)!)
+- Enable box designs made entirely of spaces via the `-c` command line option
+ (thanks [@Davidy22](https://github.com/Davidy22)!)
+ This is useful in technical cases such as when *boxes* is used to align an entire box in a terminal window.
+- Many internal improvements, mostly around testability and testing
+
+- New box designs `cowsay` and `tux`
+ (thanks [@Davidy22](https://github.com/Davidy22)!)
+ [!91](https://github.com/ascii-boxes/boxes/pull/91)
+ This is actually something of a big deal, because you can now create an actual cow almost exactly like
+ the legendary *cowsay* tool did, using *boxes*. We have official permission by Tony Monroe, author
+ of *cowsay*, to offer this. Many thanks [@tnalpgge](https://github.com/tnalpgge) -
+ or, as we say now, mooo!
+
+ _____________________________
+ / \
+ | Boxes can have the cow too |
+ \ /
+ -----------------------------
+ \ ^__^
+ \ (oo)\_______
+ (__)\ )\/\
+ ||----w |
+ || ||
+
+[[Release History]({{ site.baseurl}}/releases.html)]
diff --git a/pages/releases.md b/pages/releases.md
index 1e1497d..cce6459 100644
--- a/pages/releases.md
+++ b/pages/releases.md
@@ -22,6 +22,13 @@ Click on the version numbers to view the release notes for each release.