Quick reminder on how API versioning should work and what the numbers mean.
Consider a version format of X.Y.Z (Major.Minor.Patch)
- Bug fixes not affecting the API increment the patch version.
- Backwards compatible API additions/changes increment the minor version.
- Backwards incompatible API changes increment the major version.



