Bump version to 0.3.3.
diff --git a/CHANGELOG.md b/CHANGELOG.md
index cad6d96..817e717 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,7 +2,7 @@
# MD4C Change Log
-## Next Version (Work in Progress)
+## Version 0.3.3
Changes:
* Make permissive URL autolink and permssive WWW autolink extensions stricter.
@@ -22,6 +22,7 @@ Fixes:
Fix handling of parenthesis in some corner cases of permissive URL autolink
and permssive WWW autolink extensions.
+
## Version 0.3.2
Changes:
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 12674d7..4fb174d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -4,7 +4,7 @@ project(MD4C C)
set(MD_VERSION_MAJOR 0)
set(MD_VERSION_MINOR 3)
-set(MD_VERSION_RELEASE 2)
+set(MD_VERSION_RELEASE 3)
set(MD_VERSION "${MD_VERSION_MAJOR}.${MD_VERSION_MINOR}.${MD_VERSION_RELEASE}")
if(WIN32)