Skip to content

Commit 1ab64e2

Browse files
committed
Update changelog for PRs merged since last release
1 parent af5bf42 commit 1ab64e2

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

docs/changelog.rst

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ Changelog
33

44
Unreleased
55
-----------
6+
7+
* Add authentication database support for MongoDB `#379`_
8+
* Remove six dependency `#371`_
69
* Explicitly support Python 3.6+. `#408`_
710
* Drop support for end of life Django versions. Currently support 2.2, 3.2, 4.0. `#408`_
811
* Replace ugettext_lazy with gettext_lazy `#342`_
@@ -13,8 +16,8 @@ Unreleased
1316
* Documentation fixes `#341`_ `#333`_ `#349`_ `#348`_ `#337`_
1417

1518

16-
3.3.0
17-
------
19+
3.3.0 (2020-04-14)
20+
------------------
1821

1922
* Documentation fixes `#341`_ `#333`_ `#328`_ `#320`_ `#305`_ `#303`_ `#302`_ `#298`_ `#281`_ `#266`_ `#349`_ `#348`_ `#337`_
2023
* "output-filename" in mediabackup command `#324`_
@@ -53,3 +56,5 @@ Unreleased
5356
.. _`#348`: https://github.com/django-dbbackup/django-dbbackup/pull/348
5457
.. _`#337`: https://github.com/django-dbbackup/django-dbbackup/pull/337
5558
.. _`#408`: https://github.com/django-dbbackup/django-dbbackup/pull/408
59+
.. _`#371`: https://github.com/django-dbbackup/django-dbbackup/pull/371
60+
.. _`#379`: https://github.com/django-dbbackup/django-dbbackup/pull/379

0 commit comments

Comments
 (0)