diff --git a/CHANGELOG.md b/CHANGELOG.md
index e1fd841..cfa15dd 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.3](https://github.com/marcocesarato/php-conventional-changelog/compare/v1.9.2...v1.9.3) (2021-02-22)
+
+
+### Bug Fixes
+
+* Add tag prefix and suffix con compare url tag [#5](https://github.com/marcocesarato/php-conventional-changelog/issues/5) ([db81e0](https://github.com/marcocesarato/php-conventional-changelog/commit/db81e0ec63a665d03170165b1623f72b4b70b08e))
+
+---
+
## [1.9.2](https://github.com/marcocesarato/php-conventional-changelog/compare/v1.9.1...v1.9.2) (2021-02-14)
diff --git a/README.md b/README.md
index de75cc8..0717149 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
PHP Conventional Changelog
-![Version](https://img.shields.io/badge/version-1.9.2-brightgreen?style=for-the-badge)
+![Version](https://img.shields.io/badge/version-1.9.3-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 99c8e6e..f45df70 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.2');
+$application = new Application('conventional-changelog', '1.9.3');
$application->add($command);
$application->setDefaultCommand($commandName, true);
$application->run();