Skip to content

Commit

Permalink
Bump version 0.18.0 → 0.19.0
Browse files Browse the repository at this point in the history
New features
------------

* Email template customization: you can now customize transactional emails using our powerful templating system, all integrated within the admin dashboard. [[Documentation](https://docs.fief.dev/going-further/email-templates/)]
  * ⚠ If you have a self-hosting instance, make sure to run the following command after upgrading to bootstrap the templates:

  ```sh
  fief workspaces init-email-templates
  ```

* New user registrations can now be disabled on a tenant.
* Add a button in the admin dashboard to generate an access token for a given user.
* New email provider: Sendgrid. Thanks @ruipoliveira 🎉 [[Documentation](https://docs.fief.dev/self-hosting/deployment/setup-email-provider/#sendgrid-provider)]

Bug fixes and improvements
--------------------------

* Fix #102: make sure the tenant path and the client are consistent when starting a login process.
* Improve `cleanup` and `count_users` so they scale better.
* Bump dependencies
  • Loading branch information
frankie567 committed Nov 14, 2022
1 parent d16ca85 commit 54227e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/fief/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.18.0"
__version__ = "0.19.0"

0 comments on commit 54227e4

Please sign in to comment.