summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 49329ca..b6f62c9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,13 @@
## UPCOMING
+## 1.3.1
+
+- Dependency: upgrade markdown render mistune to v3
+- Dependency: deprecated importlib_resources, use Python build in `importlib.resources` now
+- Dependency: upgrade redis-py to 4.5
+- Doc: update homepage link to iredis.xbin.io
+- Bugfix: Fix restore command caused by string literal escape
+
## 1.3
- Dependency: Drop Python 3.6 support.