* Added `persistent=True` option to the `Channel` constructor to then create `durable` channels and send `persistent` messages to the queues. This means the messages will not be lost on a RabbitMQ reboot.
0.1.2
- Refactoring method names
0.1.1
- Simplified the usage of Enum in the `pika_pydantic.Queues` object