From 3598e3c4071242d2d8e4955db264aae9efd27ab0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Noelia=20Ruiz=20Mart=C3=ADnez?= <nrm1977@gmail.com>
Date: Wed, 14 Nov 2018 08:13:07 +0100
Subject: [PATCH] Bump version: 6.0

---
 buildVars.py | 2 +-
 readme.md    | 6 ++++++
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/buildVars.py b/buildVars.py
index 6f6ab600..69da32df 100644
--- a/buildVars.py
+++ b/buildVars.py
@@ -19,7 +19,7 @@
 	# Translators: Long description to be shown for this add-on on add-on information from add-ons manager
 	"addon_description" : _("""Add-on for using NVDA as a feed reader."""),
 	# version
-	"addon_version" : "5.2.1",
+	"addon_version" : "6.0",
 	# Author(s)
 	"addon_author" : u"Noelia Ruiz Martínez <nrm1977@gmail.com>, Mesar Hameed <mhameed@src.gnome.org>",
 	# URL for the add-on documentation support
diff --git a/readme.md b/readme.md
index 6f888fdd..5b7dc072 100644
--- a/readme.md
+++ b/readme.md
@@ -62,6 +62,12 @@ Opens a dialog to select a folder which replaces your feeds in the personalFeeds
 * NVDA will display an error message if it was not possible to backup or restore the personalFeeds folder.
 * The title of the articles list dialog displays the selected feed name and number of items available.
 
+
+## Changes for 6.0 ##
+
+* When the default feed has been updated and it stops working due to server issues, the previous articles aren't deleted and can be read with the corresponding keystrokes.
+* Fix regression: The default feed can be updated twice again.
+
 ## Changes for 5.0 ##
 
 * The articles list dialog has been enhanced.