simple_kafka_client: Changelog

Version Message
0.1.4 ## Bugfixes
- fix for PHP 8.1 (#54, @remicollet)
## Internals
- add all sources to package.xml (#54, @remicollet)
0.1.3 ## Features
- support oauthbearer mechanism (#47, #48, #49)
## Bugfixes
- fix for PHP 8.1 (#52)
## Internals
- cleanup and refactor (#43, #44, #45, #46)
0.1.2 ## Internals
- add AppVeyor build (#39, @cmb69)
## Bugfixes
- version and test fixes (#35, #36, @remicollet)
- fix windows build (#38, #40, @cmb69)
0.1.1 ## Bugfixes
- fix Consumer:assign argument type (#33)
- fix Producer:getTopicHandle return type (#33)
0.1.0 Initial release