> Before you upgrade, back up your Metabase application database!
You can download a .jar of the release, or get the latest on Docker. Make sure to back up your Metabase
database before you upgrade! Need help? Check out our [upgrading instructions](https://metabase.com/docs/latest/operations-guide/upgrading-metabase.html).
Check out our [upgrading instructions](https://metabase.com/docs/latest/operations-guide/upgrading-metabase).
Docker image: {{docker-tag}}
Download the JAR here: {{download-url}}
**Notes**
## Notes
SHA-256 checksum for the {{version}} JAR:
...
...
@@ -29,21 +29,21 @@ SHA-256 checksum for the {{version}} JAR:
<details>
<summary><h2>Changelog</h2></summary>
**Enhancements**
### Enhancements
{{enhancements}}
**Bug fixes**
### Bug fixes
{{bug-fixes}}
**Already Fixed**
### Already Fixed
Issues that we have recently confirmed to have been fixed at some point in the past.
Issues confirmed to have been fixed in a previous release.
{{already-fixed}}
**Under the Hood**
### Under the Hood
{{under-the-hood}}
...
...
@@ -52,15 +52,15 @@ Issues that we have recently confirmed to have been fixed at some point in the p
expect(notes).toContain("**Already Fixed**\n\nIssues that we have recently confirmed to have been fixed at some point in the past.\n\n- Issue Already Fixed (#3)");
expect(notes).toContain("**Under the Hood**\n\n- Issue That Users Don't Care About (#4)");
expect(notes).toContain("**Already Fixed**\n\nIssues that we have recently confirmed to have been fixed at some point in the past.\n\n- Issue Already Fixed (#3)");
expect(notes).toContain("**Under the Hood**\n\n- Issue That Users Don't Care About (#4)");