diff --git a/CHANGELOG.md b/CHANGELOG.md
index b468a29..3dfa805 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
# AvalynxDataTable Changelog
+## 0.0.3
+- [x] added: css for options in th/td
+- [x] added: classes in result for th/td
+
## 0.0.2
- [x] changed: options.cssTable to options.className
- [x] added: options.apiMethod (string): The HTTP method to use when fetching data from the API (default: 'POST').
diff --git a/examples/datatable-multiple-instances.html b/examples/datatable-multiple-instances.html
index 448b963..5a454d2 100644
--- a/examples/datatable-multiple-instances.html
+++ b/examples/datatable-multiple-instances.html
@@ -16,9 +16,9 @@
-
-
-
+
+
+
diff --git a/examples/datatable-slow-response.html b/examples/datatable-slow-response.html
index 3b867fb..df7070e 100644
--- a/examples/datatable-slow-response.html
+++ b/examples/datatable-slow-response.html
@@ -19,9 +19,9 @@
-
-
-
+
+
+
diff --git a/examples/datatable.html b/examples/datatable.html
index 295990b..a8c96b5 100644
--- a/examples/datatable.html
+++ b/examples/datatable.html
@@ -16,9 +16,9 @@
-
-
-
+
+
+
diff --git a/package.json b/package.json
index 0f72a4b..8992f3b 100644
--- a/package.json
+++ b/package.json
@@ -2,7 +2,7 @@
"name": "avalynx-datatable",
"title": "AvalynxDataTable",
"description": "AvalynxDataTable is a simple, lightweight, and customizable datatable for the web. Based on Bootstrap >=5.3 without any framework dependencies.",
- "version": "0.0.2",
+ "version": "0.0.3",
"license": "MIT",
"main": "dist/js/avalynx-datatable.js",
"module": "dist/js/avalynx-datatable.esm.js",