v2.1.0 release
Changes:
- Updated go module import to
github.com/euank/go-kmsg-parser/v2
. Since there was already a v2.x.y git tag, this is what go modules expect.
Update notes:
Any existing imports of the form github.com/euank/go-kmsg-parser/kmsgparser
will need to be updated to github.com/euank/go-kmsg-parser/v2/kmsgparser
after updating to this version.