Versioning stratergy based on https://semver.org/
X.Y.Z | Major.Minor.Patch
- Major : Breaking change - property moved/removed or its type changed.
- Minor : Non breaking change - property added.
- Patch : Backwards compatible bug fixes
1.0.0 - Initial Version 1.0.1 - Changed nonFoodIngredientStatement base type to long text