This repository was archived by the owner on May 30, 2024. It is now read-only.

Description
Currently, the releases for the SDK always iterate a patch version for bug fixes and changes, and a minor version for added features.
Describe the solution you'd like
A proper semantic versioning process where patch versions are backwards compatible and only fix bugs. They do not introduce breaking changes.
Describe alternatives you've considered
Continue down the current path of versioning.
Additional context
The latest 5.9.2 release fundamentally changed how the update handler worked, causing it to likely break for people who upgraded. This seems odd since going from 5.9.1 -> 5.9.2 should not be changing core functionality. There are other examples of this in the releases over time.