--- title: What's New --- ## Releases ### Version Numbering The InvenTree project follows the formalized release numbering scheme, according to the [semantic versioning specification](https://semver.org/). Each release will be numbered `MAJOR.MINOR.PATCH`: #### MAJOR Major release number will be incremented for large, incompatible changes to the API or other features. #### MINOR Minor release number will be incremented when new features are added in a backwards compatible manner #### PATCH Patch release number will be incremented when making bug fixes or small changes to existing features. ### Release Notes For information on the latest and greatest InvenTree features, refer to the release documentation below: | Release | Date | | ------- | ---- | | [0.4.0](./0.4.0.md) | July 2021 | | [0.3.0](./0.3.0.md) | July 2021 | | [0.2.4](./0.2.4.md) | June 2021 | | [0.2.3](./0.2.3.md) | June 2021 | | [0.2.2](./0.2.2.md) | May 2021 | | [0.2.1](./0.2.1.md) | April 2021 | | [0.2.0](./0.2.0.md) | April 2021 | | [0.1.8](./0.1.8.md) | April 2021 | | [0.1.7](./0.1.7.md) | March 2021 | | [0.1.6](./0.1.6.md) | February 2021 | | [0.1.5](./0.1.5.md) | January 2021 | | [0.1.4](./0.1.4.md) | November 2020 | ## Upcoming Features In-progress and upcoming features can be viewed on [GitHub](https://github.com/inventree/inventree/pulls), where the InvenTree source code is hosted. ## Suggest Something New To suggest a new feature (or report a bug) raise an [issue on GitHub](https://github.com/inventree/inventree/issues).