mirror of
https://github.com/inventree/inventree-docs.git
synced 2025-04-29 22:26:53 +00:00
23 lines
750 B
Markdown
23 lines
750 B
Markdown
---
|
|
title: Release 0.2.1
|
|
---
|
|
|
|
## Release 0.2.1
|
|
|
|
[Release 0.2.1](https://github.com/inventree/InvenTree/releases/tag/0.2.1) provides a number of major new features and improvements, as well as some crucial bug fixes:
|
|
|
|
## New Features
|
|
|
|
### Email Support
|
|
|
|
[#1304](https://github.com/inventree/InvenTree/pull/1304) adds support for email support. Initially, this is used for sending users emails to perform a password reset
|
|
|
|
!!! warning "Configuration Required"
|
|
Refer to the [email configuration options](../../start/config/#email-settings).
|
|
|
|
## Major Bug Fixes
|
|
|
|
| PR | Description |
|
|
| --- | --- |
|
|
| [#1453](https://github.com/inventree/InvenTree/pull/1453) | Adds *detail* API endpoint for the `PartParameter` model, which was previously missing. |
|