bump version to 2.2.0
Change-Id: I5fdb3bf01fafdea6d43d7bd8a9a5048e916b987f
diff --git a/DESCRIPTION b/DESCRIPTION
index 99771fb..91e5c42 100644
--- a/DESCRIPTION
+++ b/DESCRIPTION
@@ -1,6 +1,6 @@
Package: posterdown.ids
Title: Generate IDS CD compliant PDF Conference Posters Using R Markdown
-Version: 2.1.0
+Version: 2.2.0
Authors@R:
c(person(given = "Marc",
family = "Kupietz",
diff --git a/NEWS.md b/NEWS.md
index a661540..65d0cbd 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,3 +1,13 @@
+# posterdown.ids 2.2.0 (2026-08-05)
+
+## New features
+
+* Added support for customizable QR code text captions below the QR code in the poster margin (via `text`/`caption` argument in `qrlink()` or `qrtext`/`qrcaption` in YAML metadata).
+
+## Improvements and fixes
+
+* Changed default fabric printing grey level from 15% to 10% for darker vector black without bleeding.
+
# posterdown.ids 2.1.0 (2026-08-04)
## New features