diff --git a/CHANGELOG.md b/CHANGELOG.md index b574540..5c4c431 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,12 @@ 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). +## [0.2.1] - 2020-03-09 +### Fixed +- Error on composer create-project because of overcommit with no git repo + ## [0.2.0] - 2020-03-08 -## Added +### Added - Check for updates on logs sync ## [0.1.0] - 2020-03-07 diff --git a/README.md b/README.md index e559f85..7a40824 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ # Jira Logger >A command line tool to automate Jira logging -![Release](https://img.shields.io/badge/release-0.2.0-blue.svg) +![Release](https://img.shields.io/badge/release-0.2.1-blue.svg) ![PHP](https://img.shields.io/badge/php-^7.0-green) ![License](https://img.shields.io/badge/license-MIT-yellowgreen.svg) ## Table of Content diff --git a/jiralogger b/jiralogger index b518c5a..84cdede 100755 --- a/jiralogger +++ b/jiralogger @@ -24,7 +24,7 @@ require __DIR__ . '/vendor/autoload.php'; * * @see https://semver.org/ */ -define('APP_VERSION', '0.2.0'); +define('APP_VERSION', '0.2.1'); /** * Application name to be displayed on listing commands