Skip to content

Commit

Permalink
Issue-32
Browse files Browse the repository at this point in the history
Update release tag to 0.2.1
  • Loading branch information
mohamed-abdul-fattah committed Mar 8, 2020
1 parent 8ca6b38 commit e6f4ab0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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 @@
# 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
Expand Down
2 changes: 1 addition & 1 deletion jiralogger
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e6f4ab0

Please sign in to comment.