Skip to content

Commit

Permalink
0.9.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
nemesifier committed Sep 19, 2020
1 parent e2422e0 commit fed09c9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion CHANGES.rst
@@ -1,6 +1,16 @@
Changelog
=========

Version 0.9.0 [2020-09-18]
--------------------------

Changes
~~~~~~~

- Models: updated ``max_length`` of ``common_name`` (``Ca`` and ``Cert``)
to from ``63`` to ``64``, following conventions about maximum length of
common names and hostnames

Version 0.8.0 [2020-08-18]
--------------------------

Expand All @@ -15,7 +25,7 @@ Changes

- **Breaking change**: systems using django-x509 as a library must set ``DJANGO_X509_CA_MODEL``
& ``DJANGO_X509_CERT_MODEL`` values in their settings.py when upgrading or an exception like the following one will be raised:

``django.core.exceptions.ImproperlyConfigured: Could not find django_x509.Ca!``
- Added support for django 3.1
- Added support for cryptography 3.0.0
Expand Down
2 changes: 1 addition & 1 deletion django_x509/__init__.py
@@ -1,4 +1,4 @@
VERSION = (0, 8, 0, 'final')
VERSION = (0, 9, 0, 'final')
__version__ = VERSION # alias


Expand Down

0 comments on commit fed09c9

Please sign in to comment.