Release 3.0.1 (#2561)

* Bump version
* Update release notes
* Return 3.6 to supported versions in setup.py
This commit is contained in:
Polina Bungina
2023-02-16 08:51:47 +01:00
committed by GitHub
parent b85f155dbe
commit 422047f105
3 changed files with 12 additions and 1 deletions
+10
View File
@@ -3,6 +3,16 @@
Release notes
=============
Version 3.0.1
-------------
**Bugfixes**
- Pass proper role name to an ``on_role_change`` callback script'. (Alexander Kukushkin, Polina Bungina)
Patroni used to erroneously pass ``promoted`` role to an ``on_role_change`` callback script on promotion. The passed role name changed back to ``master``. This regression was introduced in 3.0.0.
Version 3.0.0
-------------