diff --git a/readme.txt b/readme.txt
index 43500ceb316b77180881b2f1c2610a00b9f61244..d5e1ff779877a1bfdcc60cc29f8321aebc6a220d 100644
--- a/readme.txt
+++ b/readme.txt
@@ -4,7 +4,7 @@ Donate link: http://www.thinkoomph.com/plugins-modules/view-all-posts-pages/
 Tags: view all, pages, paged, paged post, multipage, single view, single page, wp_link_pages, nextpage, next page, quicktag
 Requires at least: 3.2.1
 Tested up to: 3.6
-Stable tag: 0.6.1
+Stable tag: 0.7
 License: GPLv2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 
@@ -45,6 +45,9 @@ This plugin is known to conflict with certain plugins, many pertaining to SEO an
 
 == Changelog ==
 
+= 0.7 =
+* Further ensure that WordPress doesn't think a post is paged when viewing the full post content unpaged. Ensures that code checking the `$multipage` variable will function properly. Props @batmoo.
+
 = 0.6.1 =
 * Revert change in is_view_all() method made in version 0.6 as it breaks the method, rendering the plugin inoperable.
 
@@ -77,6 +80,9 @@ This plugin is known to conflict with certain plugins, many pertaining to SEO an
 
 == Upgrade Notice ==
 
+= 0.7 =
+Further ensures plugins and themes correctly see a "View All" page as full post content.
+
 = 0.6.1 =
 Resolves a problem where requests for view-all templates redirect to the article.