diff --git a/updates/0.20/ver_0.275.zip b/updates/0.20/ver_0.275.zip
new file mode 100644
index 0000000..ab9d403
Binary files /dev/null and b/updates/0.20/ver_0.275.zip differ
diff --git a/updates/0.20/ver_0.275_files.txt b/updates/0.20/ver_0.275_files.txt
new file mode 100644
index 0000000..98ab009
--- /dev/null
+++ b/updates/0.20/ver_0.275_files.txt
@@ -0,0 +1,3 @@
+autoload/admin/controls/class.ShopCategory.php
+autoload/admin/factory/class.ShopCategory.php
+autoload/admin/view/class.ShopCategory.php
diff --git a/updates/changelog.php b/updates/changelog.php
index 6ef340d..a890c09 100644
--- a/updates/changelog.php
+++ b/updates/changelog.php
@@ -1,3 +1,12 @@
+ver. 0.275 - 15.02.2026
+- NEW - migracja modulu `ShopCategory` do architektury Domain + DI (`Domain\Category\CategoryRepository`, `admin\Controllers\ShopCategoryController`)
+- UPDATE - modul `/admin/shop_category/*` przepiety na nowy routing (kanoniczny URL `/admin/shop_category/list/`) i endpointy AJAX kontrolera (`save_categories_order`, `save_products_order`, `cookie_categories`)
+- UPDATE - widoki `shop-category/*`: wydzielenie skryptow do `*-custom-script.php`, ujednolicone strzalki drzewa (`button + caret + aria-expanded`)
+- UPDATE - przepiecie zaleznosci `ShopProduct` z `admin\factory\ShopCategory` na `Domain\Category\CategoryRepository`
+- CLEANUP - usuniete legacy klasy/pliki: `autoload/admin/controls/class.ShopCategory.php`, `autoload/admin/factory/class.ShopCategory.php`, `autoload/admin/view/class.ShopCategory.php`
+- UPDATE - testy: `OK (377 tests, 1197 assertions)`
+- UPDATE - pliki aktualizacji: `updates/0.20/ver_0.275.zip`, `ver_0.275_files.txt`
+