summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--changelog.rst7
-rw-r--r--pgcli/__init__.py2
2 files changed, 8 insertions, 1 deletions
diff --git a/changelog.rst b/changelog.rst
index d86d0577..b16fbf31 100644
--- a/changelog.rst
+++ b/changelog.rst
@@ -1,6 +1,13 @@
0.20.0
======
+Bug Fixes:
+----------
+* Fixed logging in Windows by switching the location of log and history file based on OS. (Thanks: Amjith, `Darik Gamble`_, `Iryna Cherniavska`_).
+
+0.20.0
+======
+
Features:
---------
* Perform auto-completion refresh in background. (Thanks: Amjith, `Darik Gamble`_, `Iryna Cherniavska`_).
diff --git a/pgcli/__init__.py b/pgcli/__init__.py
index 2f15b8cd..abadaefa 100644
--- a/pgcli/__init__.py
+++ b/pgcli/__init__.py
@@ -1 +1 @@
-__version__ = '0.20.0'
+__version__ = '0.20.1'