aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorVirtualTam <virtualtam@flibidi.net>2018-03-25 20:00:26 +0200
committerVirtualTam <virtualtam@flibidi.net>2018-03-25 20:00:26 +0200
commite36479d9ffd71b504bc99501ea1fef2579ff46b6 (patch)
tree7c630d31868457038c4d3157f6c0105d441a040b
parentd1e8f152f6a3e7ed5df0ec7f9261d475a777d28a (diff)
downloadShaarli-e36479d9ffd71b504bc99501ea1fef2579ff46b6.tar.gz
Shaarli-e36479d9ffd71b504bc99501ea1fef2579ff46b6.tar.zst
Shaarli-e36479d9ffd71b504bc99501ea1fef2579ff46b6.zip
Bump Shaarli version to v0.9.6v0.9.6
Signed-off-by: VirtualTam <virtualtam@flibidi.net>
-rw-r--r--CHANGELOG.md6
-rw-r--r--shaarli_version.php2
2 files changed, 6 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0e737d8c..14a4f143 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,7 +4,11 @@ All notable changes to this project will be documented in this file.
4The format is based on [Keep a Changelog](http://keepachangelog.com/) 4The format is based on [Keep a Changelog](http://keepachangelog.com/)
5and this project adheres to [Semantic Versioning](http://semver.org/). 5and this project adheres to [Semantic Versioning](http://semver.org/).
6 6
7## [v0.10.0](https://github.com/shaarli/Shaarli/releases/tag/v0.10.0) - UNPUBLISHED 7## [v0.9.6](https://github.com/shaarli/Shaarli/releases/tag/v0.9.6) - 2018-03-25
8## Changed
9- htaccess: prevent accessing resources not managed by SCM
10- htaccess: always forward the 'Authorization' HTTP header
11
8 12
9## [v0.9.5](https://github.com/shaarli/Shaarli/releases/tag/v0.9.5) - 2018-02-02 13## [v0.9.5](https://github.com/shaarli/Shaarli/releases/tag/v0.9.5) - 2018-02-02
10### Fixed 14### Fixed
diff --git a/shaarli_version.php b/shaarli_version.php
index a47757c2..6bd0f829 100644
--- a/shaarli_version.php
+++ b/shaarli_version.php
@@ -1 +1 @@
<?php /* 0.9.5 */ ?> <?php /* 0.9.6 */ ?>