diff --git a/CHANGELOG.md b/CHANGELOG.md
index ff86e84aa2..26a3d559f2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,4 @@
-## 0.16.6-dev2
+## 0.16.6
### Enhancements
- **Every
tag is considered to be ontology.Table** Added special handling for tables in HTML partitioning. This change is made to improve the accuracy of table extraction from HTML documents.
diff --git a/unstructured/__version__.py b/unstructured/__version__.py
index 1fb1ed848b..e4054e64f3 100644
--- a/unstructured/__version__.py
+++ b/unstructured/__version__.py
@@ -1 +1 @@
-__version__ = "0.16.6-dev2" # pragma: no cover
+__version__ = "0.16.6" # pragma: no cover