diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..defea8a --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,3 @@ +Changelog + +All notable changes to this project will be documented in this file, in reverse chronological order by release. diff --git a/README.md b/README.md index 3a910c0..0f5a125 100644 --- a/README.md +++ b/README.md @@ -17,17 +17,13 @@ The session management logic remains the same, that means you can use `SecureSession` with all the PHP session handlers like 'file', 'sqlite', 'memcache' or 'memcached' which are provided by PHP extensions. -## Version - -As this software is **ALPHA, Use at your own risk!** - ## Installation You can install this library using [composer](https://getcomposer.org/) with the following command: ``` -composer require ezimuel/php-secure-session:dev-master +composer require ezimuel/php-secure-session ``` After that the PHP-Secure-Session handler will be automatically executed in your