diff --git a/README.md b/README.md
index a0f760d..bf498a1 100644
--- a/README.md
+++ b/README.md
@@ -131,7 +131,7 @@ As a guideline, pull requests should:
Changelog
---------
-
+- 2.10 Added `global_twitter_card_image`
- 2.9 Added `body_begin_file_index`
- 2.8 Bugfixes
Slavic language support thanks to Tomasz Jadowski
diff --git a/bb.sh b/bb.sh
index ae142d3..9d8e645 100755
--- a/bb.sh
+++ b/bb.sh
@@ -17,7 +17,7 @@ global_config=".config"
# by the 'global_config' file contents
global_variables() {
global_software_name="BashBlog"
- global_software_version="2.9"
+ global_software_version="2.10"
# Blog title
global_title="My fancy blog"