Signed-off-by: VirtualTam <virtualtam@flibidi.net>
and this project adheres to [Semantic Versioning](http://semver.org/).
+## [v0.8.6](https://github.com/shaarli/Shaarli/releases/tag/v0.8.5) - 2018-02-19
+
+### Changed
+- Run version check tests against the 'stable' branch
+
+
## [v0.8.5](https://github.com/shaarli/Shaarli/releases/tag/v0.8.5) - 2018-01-04
**XSS vulnerability fixed. Please update.**
self::$versionPattern,
ApplicationUtils::getLatestGitVersionCode(
'https://raw.githubusercontent.com/shaarli/Shaarli/'
- .'master/shaarli_version.php',
+ .'stable/shaarli_version.php',
$testTimeout
)
);