### Changelog #### 0.1.1 (6/4/2016) * [#14](https://github.com/dblock/slack-ruby-bot-server/pull/14): Moved config/initializers into the library - [@tmsrjs](https://github.com/tmsrjs). #### 0.1.0 (6/1/2016) * Initial public release - [@dblock](https://github.com/dblock). * 2016/6/1: Renamed slack-bot-server to slack-ruby-bot-server - [@dblock](https://github.com/dblock). * 2016/5/30: [#11](https://github.com/dblock/slack-ruby-bot-server/pull/11) Turn project into gem - [@tmsrjs](https://github.com/tmsrjs). * 2016/5/5: Use `celluloid-io` instead of `faye-websocket`, upgrade to slack-ruby-bot 0.8.0 - [@dblock](https://github.com/dblock). * 2016/4/18: Fixed `SlackRubyBotServer#reset` - [@dblock](https://github.com/dblock). * 2016/4/18: Use Grape 0.15.x - [@dblock](https://github.com/dblock). * 2016/4/18: Removed OOB GC - [@dblock](https://github.com/dblock). * 2016/2/11: Use Unicorn instead of Puma - [@dblock](https://github.com/dblock). * 2016/2/11: Fix: wait for EventMachine reactor to start - [@dblock](https://github.com/dblock). * 2016/2/11: Use an OOB GC - [@dblock](https://github.com/dblock). * 2016/2/9: Defer start, much faster - [@dblock](https://github.com/dblock). * 2016/1/10: Backported changes from slack-metabot and slack-shellbot - [@dblock](https://github.com/dblock).