* Switch to doing semver in a more proper way. Though generally all previous
releases were backwards compatible, we had been releasing features in point
releases rather than minor releases. Going forward, breaking changes will be
in major releases, features in minor releases, and bugfixes in point
releases. When dependencies are updated we'll consider the impact of the
dependency update to determine the semver release
* Made the XSRF cookie name configurable. See the configuration docs for how to
changet he XSRF cookie name.