diff --git a/updates/0.30/ver_0.315.zip b/updates/0.30/ver_0.315.zip
new file mode 100644
index 0000000..7caf538
Binary files /dev/null and b/updates/0.30/ver_0.315.zip differ
diff --git a/updates/0.30/ver_0.315_manifest.json b/updates/0.30/ver_0.315_manifest.json
new file mode 100644
index 0000000..3b44275
--- /dev/null
+++ b/updates/0.30/ver_0.315_manifest.json
@@ -0,0 +1,23 @@
+{
+ "changelog": "FIX - PDOException w listowaniu atrybutow admin (SQLSTATE HY093)",
+ "version": "0.315",
+ "files": {
+ "added": [
+
+ ],
+ "deleted": [
+
+ ],
+ "modified": [
+ "autoload/Domain/Attribute/AttributeRepository.php"
+ ]
+ },
+ "checksum_zip": "sha256:cfe6eb7dfad896c4ea885c2f9a52c6a389d4e38379a0bf64f5d429910d87e55f",
+ "sql": [
+
+ ],
+ "date": "2026-02-23",
+ "directories_deleted": [
+
+ ]
+}
\ No newline at end of file
diff --git a/updates/changelog.php b/updates/changelog.php
index 2dd1556..3f24618 100644
--- a/updates/changelog.php
+++ b/updates/changelog.php
@@ -1,14 +1,17 @@
+ver. 0.315 - 23.02.2026
+FIX - PDOException w listowaniu atrybutow admin (SQLSTATE HY093)
+