rack / rack-attack

Rack middleware for blocking & throttling
MIT License
5.56k stars 337 forks source link

Update changelog for v6.7.0 #617

Closed floehopper closed 1 year ago

floehopper commented 1 year ago

Content of CHANGELOG.md based on https://github.com/rack/rack-attack/releases/tag/v6.7.0.

A possible alternative would be to change this line at the top of CHANGELOG.md:

All notable changes to this project will be documented in this file.

To something like:

All changes after v6.6.1 will be documented in the relevant release note.

Addresses #616.

floehopper commented 1 year ago

The build is failing due to an unrelated issue which I have fixed in #618.

ioquatix commented 1 year ago

Thanks for your awesome contributions!

ioquatix commented 1 year ago

BTW, I'm okay with your proposed change to the changelog file - i.e. we can start just using git log and releases. Either way is okay with me.