0.2.1 release info

This commit is contained in:
kevgliss 2015-12-30 09:11:19 -08:00
parent 862496495f
commit ca82b227b9
2 changed files with 14 additions and 2 deletions

View File

@ -1,11 +1,23 @@
Changelog
=========
0.2.1 - `master` _
0.2.2 - `master` _
~~~~~~~~~~~~~~~~~~
.. note:: This version not yet released and is under active development
0.2.1 - 2015-12-14
~~~~~~~~~~~~~~~~~~
* Fixed bug with search not refreshing values
* Cleaned up documentation, including working supervisor example (thanks rpicard!)
* Closed #165 - Fixed an issue with email templates
* Closed #188 - Added ability to submit third party CSR
* Closed #176 - Java-export should allow user to specify truststore/keystore
* Closed #176 - Extended support for exporting certificate in P12 format
0.2.0 - 2015-12-02
~~~~~~~~~~~~~~~~~~~

View File

@ -9,7 +9,7 @@ __title__ = "lemur"
__summary__ = ("Certificate management and orchestration service")
__uri__ = "https://github.com/Netflix/lemur"
__version__ = "0.2.1dev"
__version__ = "0.2.1"
__author__ = "The Lemur developers"
__email__ = "security@netflix.com"