summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES.md6
-rw-r--r--ishtar_common/version.py4
2 files changed, 8 insertions, 2 deletions
diff --git a/CHANGES.md b/CHANGES.md
index d6d3a0f0b..963604493 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,6 +1,12 @@
Ishtar changelog
================
+v3.0.11 - 2020-08-31
+--------------------
+
+### Features ####
+- Command - media_find_missing_files: "hard" option
+
v3.0.10 - 2020-07-26
--------------------
diff --git a/ishtar_common/version.py b/ishtar_common/version.py
index 0d41da4a7..1d3a987a2 100644
--- a/ishtar_common/version.py
+++ b/ishtar_common/version.py
@@ -1,5 +1,5 @@
-# 3.0.10
-VERSION = (3, 0, 10)
+# 3.0.11
+VERSION = (3, 0, 11)
def get_version():