Skip to content

Commit

Permalink
chore(release): 1.9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco Cesarato committed Mar 12, 2021
1 parent 24ca1c2 commit a6ebe43
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@
All notable changes to this project will be documented in this file.
<!--- END HEADER -->

## [1.9.6](https://github.com/marcocesarato/php-conventional-changelog/compare/v1.9.5...v1.9.6) (2021-03-12)


### Bug Fixes

* Incorrect parsing of URLs [#7](https://github.com/marcocesarato/php-conventional-changelog/issues/7) ([24ca1c](https://github.com/marcocesarato/php-conventional-changelog/commit/24ca1c20b579625266ee8de656cb4616bb38fb85))

---

## [1.9.5](https://github.com/marcocesarato/php-conventional-changelog/compare/v1.9.4...v1.9.5) (2021-03-02)


Expand All @@ -21,7 +30,7 @@ All notable changes to this project will be documented in this file.

### Bug Fixes

* Remove tag prefix and suffix on history release header ([070113](https://github.com/marcocesarato/php-conventional-changelog/commit/070113ac76f2f6606bb2acd9a9c6f03d4fc8da07))
* Remove tag prefix and suffix on history release header ([070113](https://github.com/marcocesarato/php-conventional-changelog/commit/070113ac76f2f6606bb2acd9a9c6f03d4fc8da07))

---

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<h1 align="center">PHP Conventional Changelog</h1>

![Version](https://img.shields.io/badge/version-1.9.5-brightgreen?style=for-the-badge)
![Version](https://img.shields.io/badge/version-1.9.6-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)
Expand Down
2 changes: 1 addition & 1 deletion conventional-changelog
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ $command = new DefaultCommand($config);
$commandName = $command->getName();

// Run application single command
$application = new Application('conventional-changelog', '1.9.5');
$application = new Application('conventional-changelog', '1.9.6');
$application->add($command);
$application->setDefaultCommand($commandName, true);
$application->run();

0 comments on commit a6ebe43

Please sign in to comment.