diff --git a/CHANGELOG.md b/CHANGELOG.md index 48c7f52..af6a5e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [1.1.2] - 2018-06-03 ### Added - Added a Contributors file. - Added Scrutinizer support. @@ -51,6 +51,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Initial release. -[Unreleased]: https://github.com/jmgq/php-a-star/compare/v1.1.0...HEAD +[Unreleased]: https://github.com/jmgq/php-a-star/compare/v1.1.2...HEAD +[1.1.2]: https://github.com/jmgq/php-a-star/compare/v1.1.1...v1.1.2 [1.1.1]: https://github.com/jmgq/php-a-star/compare/v1.1.0...v1.1.1 [1.1.0]: https://github.com/jmgq/php-a-star/compare/v1.0.0...v1.1.0 diff --git a/README.md b/README.md index 4d673ed..9c0c675 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ A Star algorithm for PHP ======================== [![Latest Stable Version](https://poser.pugx.org/jmgq/a-star/v/stable.svg)](https://packagist.org/packages/jmgq/a-star) [![Build Status](https://travis-ci.org/jmgq/php-a-star.svg)](https://travis-ci.org/jmgq/php-a-star) -[![Coverage Status](https://coveralls.io/repos/jmgq/php-a-star/badge.png)](https://coveralls.io/r/jmgq/php-a-star) +[![Coverage Status](https://coveralls.io/repos/github/jmgq/php-a-star/badge.svg)](https://coveralls.io/github/jmgq/php-a-star) [![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/jmgq/php-a-star/badges/quality-score.png)](https://scrutinizer-ci.com/g/jmgq/php-a-star) [![SemVer](http://img.shields.io/:semver-2.0.0-brightgreen.svg)](http://semver.org/spec/v2.0.0.html) [![License](https://poser.pugx.org/jmgq/a-star/license.svg)](https://packagist.org/packages/jmgq/a-star)