--- title: Release Notes --- ## InvenTree Versioning The InvenTree project follows a formalized release numbering scheme, according to the [semantic versioning specification](https://semver.org/). ### Stable Branch The head of the *stable* code branch represents the most recent stable tagged release of InvenTree. !!! info " Stable Docker" To pull down the latest *stable* release of InvenTree in docker, use `inventree/inventree:stable` ### Development Branch The head of the *master* code branch represents the "latest and greatest" working codebase. All features and bug fixes are merged into the master branch, in addition to relevant stable release branches. !!! info " Latest Docker" To pull down the latest *development* version of InvenTree in docker, use `inventree/inventree:latest` ## Stable Releases Specific tagged releases are shown below. Click on the release notes for each version to learn more. !!! info "Release Notes" Starting from v0.7.2, release notes have been migrated to GitHub. Release notes for older versions are available at the links below. ### 0.10.x {% with prefix="0.10." %}{% include "release_table.html" %}{% endwith %} ### 0.9.x {% with prefix="0.9" %}{% include "release_table.html" %}{% endwith %} ### 0.8.x {% with prefix="0.8" %}{% include "release_table.html" %}{% endwith %} ### 0.7.x {% with prefix="0.7" %}{% include "release_table.html" %}{% endwith %} ### 0.6.x {% with prefix="0.6" %}{% include "release_table.html" %}{% endwith %} ### 0.5.x {% with prefix="0.5" %}{% include "release_table.html" %}{% endwith %} ### 0.4.x {% with prefix="0.4" %}{% include "release_table.html" %}{% endwith %} ### 0.3.x {% with prefix="0.3" %}{% include "release_table.html" %}{% endwith %} ### 0.2.x {% with prefix="0.2" %}{% include "release_table.html" %}{% endwith %} ### 0.1.x {% with prefix="0.1" %}{% include "release_table.html" %}{% endwith %} ## 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).