- Initial documentation at https://enrichments.datasette.io/ [#21](https://github.com/datasette/datasette-enrichments/issues/21)
- Fixed bug where form could not be displayed with validation errors.
- Switched from acronyms to full names for the `status` column. [20](https://github.com/datasette/datasette-enrichments/issues/20)
- Status is set to `running` at start.
- New `finalize()` method called when the job has finished. [25](https://github.com/datasette/datasette-enrichments/issues/25)
- New `{% above_form %}` and `{% below_form %}` blocks in the `enrichment.html` template to support easier customization within plugins, which can provide `enrichment-SLUG.html` templates.
- `Enrichment` class is now an Abstract Base Class (ABC).