diff --git a/README.md b/README.md
index 0adfeae..2c18096 100644
--- a/README.md
+++ b/README.md
@@ -9,6 +9,9 @@
## Documentation
Please read the documentation [here](https://php-kafka.github.io/php-simple-kafka-client.github.io/about/)
+## Libraries
+- [php-kafka/php-simple-kafka-lib](https://github.com/php-kafka/php-simple-kafka-lib) a small wrapper library to make usage easier
+
## Support
Join the [Slack Workspace](https://join.slack.com/t/php-kafka/shared_invite/zt-a73huj9v-Nl3n9RjGgjrE8OI4bfsH6Q) or [Gitter](https://gitter.im/php-kafka/php-simple-kafka-client)
diff --git a/package.xml b/package.xml
index a7f1043..67ed7b6 100644
--- a/package.xml
+++ b/package.xml
@@ -10,10 +10,10 @@
coding.nikazu@gmail.com
yes
- 2021-04-10
+ 2021-04-11
- 0.1.0
+ 0.1.1
0.1.0
@@ -22,7 +22,9 @@
BSD-3 License
- Initial release
+ ## Bugfixes
+ - fix Consumer:assign argument type (#33)
+ - fix Producer:getTopicHandle return type (#33)
@@ -97,5 +99,21 @@
simple_kafka_client
+
+ 2021-04-10
+
+
+ 0.1.0
+ 0.1.0
+
+
+ stable
+ stable
+
+ BSD-3 License
+
+ Initial release
+
+