diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1e3089d..7af56b3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,12 +5,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
 and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
 
 ## [Unreleased] -
+
+## [2.2.8] - 2023-10-22
 ### Added
-- Support for KiCad 7.0.8
+- Support for KiCad 7.0.6/7/8 when no interposer is available (mostly ARM64)
   - New options widgets in the ERC dialog (skipped when no interposer)
   - New behavior when schematic already opened
 - Experimental option to enable the file creation by PID when using the
-  interposer. Use KIAUTO_USE_PID_FOR_CREATE=1 environment variable
+  interposer. Use KIAUTO_USE_PID_FOR_CREATE=1 environment variable.
+  You can try it if experimenting problems using VirtioFS on macOS.
 
 
 ## [2.2.7] - 2023-08-08
diff --git a/debian/changelog b/debian/changelog
index 44684cd..99330f9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+kiauto (2.2.8-1) stable; urgency=medium
+
+  * KiCad 7.0.8 support (even when no interposer is available)
+
+ -- Salvador Eduardo Tropea <salvador@inti.gob.ar>  Sun, 22 Oct 2023 17:54:38 -0300
+
 kiauto (2.2.7-1) stable; urgency=medium
 
   * KiCad 7.0.7 RC1 support
diff --git a/kiauto/misc.py b/kiauto/misc.py
index 37a2368..afa9b7c 100644
--- a/kiauto/misc.py
+++ b/kiauto/misc.py
@@ -347,4 +347,4 @@ def get_en_locale(logger):
 __email__ = 'stropea@inti.gob.ar'
 __status__ = 'stable'
 __url__ = 'https://github.com/INTI-CMNB/KiAuto/'
-__version__ = '2.2.7'
+__version__ = '2.2.8'