v1.7.1
v1.7.1 is a minor maintenance release. It improves documentation, and fixes a bug (#149) that caused missing tokens to not provide a clear error message back to the client.
CHANGELOG
- bugfix: Not providing any token in requests results in wrong error message (#149)
- Add a note about secrecy of CSRF token in the README.md (#154) @maxximino
- Add note about csrf.Path option (#147) @karelbilek
- build: use build matrix; drop Go <= 1.10 (#142) @elithrar
- docs: change TrustedOrigin to TrustedOrigins in README (#140) @mittonface
- docs: add TOC to README (#137) @elithrar