v1.1.0
Update the signature verification process to in line with Ghost's upgrade
According to the Ghost changelog and pull request: TryGhost/Ghost#20500
Ghost's change to include the timestamp in the signature hash is indeed a breaking change that requires me to update the verifySignature function in the Cloudflare Worker. Modify the function to accommodate this new signature format.