Skip to content

Commit

Permalink
Update Changelog for version 4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gbirke committed Apr 4, 2021
1 parent 2998c2b commit 2190682
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## 4.0.0 (2021-04-04)
- Drop PHP support for versions < 7.4
- Upgrade PHPUnit from 8.x to 9.x
- Add Optional Redis Storage
- Improve cookie handling (add same site and secure attributes)
- Make hashing function configurable

## 3.0.0 (2020-05-05)
- Drop PHP support for versions < 7.2
- Upgrade PHPUnit and PHP Code Sniffer
Expand Down Expand Up @@ -57,4 +64,4 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- Fixed composer.json

## 1.0.0 (2014-03-28)
- First release
- First release

0 comments on commit 2190682

Please sign in to comment.