## Changelog #### Upcoming #### v0.3.0.0 *Major* * Added `--extra-roles` option to `start`. ([#12](https://github.com/hjwylde/werewolf/issues/12)) * Removed Seer from being included by default. ([#12](https://github.com/hjwylde/werewolf/issues/12)) *Minor* * Allowed `start` to work when the game has ended but `end` hasn't been called. ([#15](https://github.com/hjwylde/werewolf/issues/15)) * Added `quit` command. ([#13](https://github.com/hjwylde/werewolf/issues/13)) #### v0.2.0.0 *Major* * Added the Seer role. ([#4](https://github.com/hjwylde/werewolf/issues/4)) * Removed the need to encode / decode to JSON for the state file. ([#9](https://github.com/hjwylde/werewolf/issues/9)) #### v0.1.0.0 *Major* * Initial implementation with Villagers and Werewolves. ([#1](https://github.com/hjwylde/werewolf/issues/1))