From 285dd111f891a8f0aec061441545b51a3d8dcf7c Mon Sep 17 00:00:00 2001
From: thomas-ernest <thomas.ernest@gmail.com>
Date: Sat, 12 Aug 2023 10:09:22 +0200
Subject: [PATCH] Bump version to 1.3.1

---
 CHANGELOG.md |  4 ++++
 addon.xml    | 15 +++++++++------
 2 files changed, 13 insertions(+), 6 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index c320245c..82387f58 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
 Changelog also available in file ./addon.xml xpath /addon/extension/news following Kodi guidelines https://kodi.wiki/view/Add-on_structure#changelog.txt
 
+v1.3.1 (2023-8-12)
+- Add context menu to view collection as menu instead of playlist
+- Set resume point to 0 when video was fully watched. Avoid crash when playing seq of watched videos in playlist.
+
 v1.3.0 (2023-8-6)
 - Improve security with better password management
   - Stop storing password on filesystem though addon settings
diff --git a/addon.xml b/addon.xml
index c324021c..40118642 100644
--- a/addon.xml
+++ b/addon.xml
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
-<addon id="plugin.video.arteplussept" name="Arte +7" version="1.3.0" provider-name="bmf, thomas-ernest">
+<addon id="plugin.video.arteplussept" name="Arte +7" version="1.3.1" provider-name="bmf, thomas-ernest">
     <!-- https://kodi.wiki/view/Addon.xml -->
     <requires>
         <import addon="xbmc.python" version="3.0.0"/>
@@ -56,11 +56,14 @@ https://github.com/thomas-ernest/plugin.video.arteplussept
         <website>https://www.arte.tv/fr/</website>
         <source>https://github.com/thomas-ernest/plugin.video.arteplussept</source>
         <news>
-        v1.3.0 (2023-8-6)
-        - Improve security with better password management
-                - Stop storing password on filesystem though addon settings
-        - Make thomas-ernest fork official in addon.xml for visibility in wiki
-        - Minor fix/clean-up in translation
+v1.3.1 (2023-8-12)
+- Add context menu to view collection as menu instead of playlist
+- Set resume point to 0 when video was fully watched. Avoid crash when playing seq of watched videos in playlist.
+v1.3.0 (2023-8-6)
+- Improve security with better password management
+        - Stop storing password on filesystem though addon settings
+- Make thomas-ernest fork official in addon.xml for visibility in wiki
+- Minor fix/clean-up in translation
         </news>
         <assets>
             <icon>resources/icon.png</icon>