From 7aa3acdff95d530ece1ef44d398458db0358f03a Mon Sep 17 00:00:00 2001 From: michalsn Date: Sat, 26 Aug 2023 13:15:36 +0200 Subject: [PATCH] update changelog --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bfa264c..0e24524 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +## [2.0.0](https://github.com/michalsn/codeigniter-signed-url/compare/v1.1.1...v2.0.0) - 2023-08-26 + +### Fixes +- Compatibility with CodeIgniter 4.4 by @michalsn in #38 + +### Enhancements +- Default hashing algorithm has been changed from `sha1` to `sha256` by @michalsn in #38 + ## [1.1.1](https://github.com/michalsn/codeigniter-signed-url/compare/v1.1.0...v1.1.1) - 2023-04-05 ### Bugs