v1.5.0
When setting headers on request mocks, the key is now converted to use a canonical format which the Go standard library itself uses. This is to avoid confusion when seemingly valid mocks are not being matched, as Smocker is case-sensitive when matching header keys even though most developers expect it to be case-insensitive. See the github issue for the reasoning.