diff --git a/debian/changelog b/debian/changelog index fe430b972..a878de228 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,23 @@ +passbook (0.1.6) stable; urgency=medium + + * bump version: 0.1.3-beta -> 0.1.4-beta + * implicitly add kubernetes-healthcheck-host in helm configmap + * fix debian build (again) + * add PropertyMapping Model, add Subclass for SAML, test with AWS + * add custom DynamicArrayField to better handle arrays + * format data before inserting it + * bump version: 0.1.4-beta -> 0.1.5-beta + * fix static files missing for debian package + * fix password not getting set on user import + * remove audit's login attempt + * add passing property to PolicyEngine + * fix captcha factor not loading keys from Factor class + * bump version: 0.1.5-beta -> 0.1.6-beta + * fix MATCH_EXACT not working as intended + * Improve access control for saml + + -- Jens Langhammer Fri, 08 Mar 2019 20:37:05 +0000 + passbook (0.1.4) stable; urgency=medium * initial debian package release