Release Notes
Canopy uses Semantic Versioning for all our software releases. Each release is identified by a version number in the format MAJOR.MINOR.PATCH. The table below describes what each segment of our versioning system represents:
| Type | Increment | Description |
|---|---|---|
| MAJOR | X.0.0, i.e., 4.0.0 | When a release includes API changes that are not backward compatible with the previous major version. |
| MINOR | X.Y.0, i.e., 4.1.0 | When a release includes new features or changes that are backward compatible. |
| PATCH | X.Y.Z, i.e., 4.1.1 | When a release includes only bug fixes or other small changes. |
Every time a new software release is made available, users need to perform a hard refresh to ensure they are using the most recent version of the Canopy Application.
A hard refresh, also known as a hard reload, clears your browser’s cache for a specific page and forces it to reload the most recent version of the Canopy.
Here’s how to perform a hard refresh in different browsers:
Google Chrome
- On Windows, hold down Ctrl and press F5.
- On Mac, hold down Cmd and Shift and then press R.