diff --git a/CHANGELOG.rst b/CHANGELOG.rst index d0efed05..f47959e7 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -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 diff --git a/lemur/__about__.py b/lemur/__about__.py index 40e8a3d6..80b7440a 100644 --- a/lemur/__about__.py +++ b/lemur/__about__.py @@ -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"