0.2.0
Breaking change to support the likely asynchronous nature of the implementation of the storage interface: store & retrieve should now return promises.
This also forces consume to be async and returns a Promise<string[]> - its worth noting this can still be directly returned in your bot builder method as claudia supports returning promises.