diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d4871b..f0031e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file. +## [1.9.8](https://github.com/marcocesarato/php-conventional-changelog/compare/v1.9.7...v1.9.8) (2021-04-02) + + +### Bug Fixes + +* Commit sorting on changelog [#9](https://github.com/marcocesarato/php-conventional-changelog/issues/9) ([0d402c](https://github.com/marcocesarato/php-conventional-changelog/commit/0d402cb2904e1aaff19d95616332462fdf519dec)) + +--- + ## [1.9.7](https://github.com/marcocesarato/php-conventional-changelog/compare/v1.9.6...v1.9.7) (2021-03-27) diff --git a/README.md b/README.md index 26e96e9..eda5336 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@

PHP Conventional Changelog

-![Version](https://img.shields.io/badge/version-1.9.7-brightgreen?style=for-the-badge) +![Version](https://img.shields.io/badge/version-1.9.8-brightgreen?style=for-the-badge) ![Requirements](https://img.shields.io/badge/php-%3E%3D%207.1.3-4F5D95?style=for-the-badge) [![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow?style=for-the-badge)](https://conventionalcommits.org) ![License](https://img.shields.io/github/license/marcocesarato/php-conventional-changelog?style=for-the-badge) diff --git a/conventional-changelog b/conventional-changelog index 1593760..3ecca42 100644 --- a/conventional-changelog +++ b/conventional-changelog @@ -27,7 +27,7 @@ $command = new DefaultCommand($config); $commandName = $command->getName(); // Run application single command -$application = new Application('conventional-changelog', '1.9.7'); +$application = new Application('conventional-changelog', '1.9.8'); $application->add($command); $application->setDefaultCommand($commandName, true); $application->run();