diff --git a/Changes.md b/Changes.md index 814b359c..3b3890bf 100644 --- a/Changes.md +++ b/Changes.md @@ -2,6 +2,16 @@ All notable changes to `lua-resty-session` will be documented in this file. +## [4.0.1] - 2023-02-05 +### Fixed +- fix(session): clear_request cookie to check remember_meta correctly before using it + +### Added +- feat(opm): add more dependencies in requires +- feat(opm): add right version number requirements +- docs(readme): add remark on dependencies on installation section + + ## [4.0.0] - 2023-02-01 - Full rewrite of the library, and is not backwards compatible. Refer new documentation on this new library.