New features
- ([169](https://github.com/filipsnastins/tomodachi-testcontainers/pull/169))
`clients.SNSSQSTestClient`: new `send` method for sending messages to SQS queues.
Breaking changes
- ([169](https://github.com/filipsnastins/tomodachi-testcontainers/pull/169))
`clients.SNSSQSTestClient`: removed redundant `fifo` argument from `create_queue`, `create_topic`, and `subscribe_to` method;
relying on the `queue_name` and `topic_name` to end with `.fifo` suffix instead.