bploetz / versionist

A plugin for versioning Rails based RESTful APIs.
MIT License
972 stars 51 forks source link

Is v2.0.0 a breaking change? #89

Closed xtagon closed 5 years ago

xtagon commented 5 years ago

Hi,

I noticed v2.0.0 was released, but can't seem to find a changelog, or any info on the Releases page. Since it is a major version bump, are there any breaking changes to be aware of?

Thanks 👍

bploetz commented 5 years ago

Hey @xtagon this is due to Issue #88 . Since you can no longer use "Version" as a header value, I considered this a breaking change and bumped the major version.

xtagon commented 5 years ago

Makes sense! Thanks for the quick response and for following SemVer 👍