adding changelog

This commit is contained in:
kevgliss 2016-02-05 13:00:59 -08:00
parent d263e0e60c
commit e8e7bdf9e0
2 changed files with 14 additions and 3 deletions

View File

@ -1,10 +1,21 @@
Changelog
=========
0.2.2 - `master` _
0.2.2 - 2016-02-05
~~~~~~~~~~~~~~~~~~
.. note:: This version not yet released and is under active development
* Closed [#234](https://github.com/Netflix/lemur/issues/234) - Allows export plugins to define whether they need
private key material (default is True)
* Closed [#231](https://github.com/Netflix/lemur/issues/231) - Authorities were not respecting 'owning' roles and their
users
* Closed [#228](https://github.com/Netflix/lemur/issues/228) - Fixed documentation with correct filter values
* Closed [#226](https://github.com/Netflix/lemur/issues/226) - Fixes issue were `import_certificate` was requiring
replacement certificates to be specified
* Closed [#224](https://github.com/Netflix/lemur/issues/224) - Fixed an issue where NPM might not be globally available (thanks AlexClineBB!)
* Closed [#221](https://github.com/Netflix/lemur/issues/234) - Fixes several reported issues where older migration scripts were
missing tables, this change removes pre 0.2 migration scripts
* Closed [#218](https://github.com/Netflix/lemur/issues/234) - Fixed an issue where export passphrases would not validate
0.2.1 - 2015-12-14

View File

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