summaryrefslogtreecommitdiffstats
path: root/changelog.rst
diff options
context:
space:
mode:
authorIrina Truong <i.chernyavska@gmail.com>2022-02-21 12:27:39 -0800
committerGitHub <noreply@github.com>2022-02-21 12:27:39 -0800
commit72204adb986f33378d45435ee2286f9f33b29966 (patch)
tree241fccb83afefa799c3aa5b0f8ada9d5cef10620 /changelog.rst
parent54f0cc9ddd060ac62269666073357b1eedadd545 (diff)
Prepare to release 3.4.0. (#1315)
* Prepare to release 3.4.0. * Add the TBD section.
Diffstat (limited to 'changelog.rst')
-rw-r--r--changelog.rst15
1 files changed, 13 insertions, 2 deletions
diff --git a/changelog.rst b/changelog.rst
index 7fbd35a6..1f0bc595 100644
--- a/changelog.rst
+++ b/changelog.rst
@@ -1,3 +1,16 @@
+TBD
+===
+
+* [List new changes here].
+
+3.4.0 (2022/02/21)
+==================
+
+Features:
+---------
+
+* Add optional support for automatically creating an SSH tunnel to a machine with access to the remote database ([related issue](https://github.com/dbcli/pgcli/issues/459)).
+
3.3.1 (2022/01/18)
==================
@@ -7,7 +20,6 @@ Bug fixes:
* Prompt for password when -W is provided even if there is a password in keychain. Fixes #1307.
* Upgrade cli_helpers to 2.2.1
-
3.3.0 (2022/01/11)
==================
@@ -16,7 +28,6 @@ Features:
* Add `max_field_width` setting to config, to enable more control over field truncation ([related issue](https://github.com/dbcli/pgcli/issues/1250)).
* Re-run last query via bare `\watch`. (Thanks: `Saif Hakim`_)
-* Add optional support for automatically creating an SSH tunnel to a machine with access to the remote database ([related issue](https://github.com/dbcli/pgcli/issues/459)).
Bug fixes:
----------