Sematic version

So the general rule of thumb as i understand it is…
Is the change backwards-compatible? If no, you’ve changed the Major version.
Does the change add functionality? If yes, you’ve changed the Minor version.
Does the change purely address bugs? If yes, you’ve changed a Patch version.

Based on you saying it’s “adding” integration, and presumably thus, functionality, you’ve issued a Minor version change.

2 Likes