diff --git a/CHANGELOG.md b/CHANGELOG.md
index fdc5273..9800f36 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,11 @@
+
+## 0.6.2 (2024-12-16)
+
+### Bug fixes
+
+- Correct typo in pyproject.toml
+
## v6.0.1 (2024-12-16)
diff --git a/pyproject.toml b/pyproject.toml
index 39b1b21..1854a63 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -12,7 +12,7 @@ keywords = [
# https://pypi.org/classifiers/
classifiers = [
"Development Status :: 5 - Production/Stable",
- "License :: OSI Approved:: MIT License",
+ "License :: OSI Approved :: MIT License",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.10",