diff --git a/readme.txt b/readme.txt
index 15b2cba467034bfc9e206737954a7521489c9d0a..8945a4609b83cc1b9aeaceafb66d881058f66b10 100644
--- a/readme.txt
+++ b/readme.txt
@@ -4,7 +4,7 @@ Donate link: http://www.thinkoomph.com/plugins-modules/external-permalinks-redux
 Tags: link, redirect, external link, permalink
 Requires at least: 3.0
 Tested up to: 3.4
-Stable tag: 1.0.2
+Stable tag: 1.0.3
 License: GPLv2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 
@@ -37,6 +37,9 @@ Using the `epr_post_types` filter, one can modify the default array of object ty
 
 == Changelog ==
 
+= 1.0.3 =
+* Increase priority of `init` action to ensure that the filters it contains are available to other plugins. Thanks batmoo.
+
 = 1.0.2 =
 * Add status codes filter. Thanks [danielbachhuber](http://wordpress.org/support/topic/plugin-external-permalinks-redux-support-custom-status-codes).
 * Correct translation string implementation, removing variable name.
@@ -47,4 +50,9 @@ Using the `epr_post_types` filter, one can modify the default array of object ty
 
 = 1.0 =
 * Initial release in WordPress.org repository.
-* Rewrote original WordPress.com VIP plugin into a class and added support for custom post types.
\ No newline at end of file
+* Rewrote original WordPress.com VIP plugin into a class and added support for custom post types.
+
+== Upgrade Notice ==
+
+= 1.0.3 =
+Ensures that filters are available to plugins and themes. Recommended for anyone trying to hook to those filters.
\ No newline at end of file