Bump version to 0.4.7.
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 256951d..e34e993 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,7 +2,7 @@
# MD4C Change Log
-## Next Version (Work in Progress)
+## Version 0.4.7
Changes:
@@ -20,7 +20,7 @@ Fixes:
in a way more compatible with the GFM.
* [#138](https://github.com/mity/md4c/issues/138):
- The tag `<tbody></tbody>` is suppressed whenever the table has zero body
+ The tag `<tbody></tbody>` is now suppressed whenever the table has zero body
rows.
* [#139](https://github.com/mity/md4c/issues/139):
diff --git a/CMakeLists.txt b/CMakeLists.txt
index deddecb..b5536e3 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -4,7 +4,7 @@ project(MD4C C)
set(MD_VERSION_MAJOR 0)
set(MD_VERSION_MINOR 4)
-set(MD_VERSION_RELEASE 5)
+set(MD_VERSION_RELEASE 7)
set(MD_VERSION "${MD_VERSION_MAJOR}.${MD_VERSION_MINOR}.${MD_VERSION_RELEASE}")
set(PROJECT_VERSION "${MD_VERSION}")