Skip to content

Commit

Permalink
Prepare release.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmolineus committed Sep 19, 2018
1 parent d1cbba1 commit 3f9435c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ 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.3.1 - 2018-09-19

[Full Changelog](https://github.com/netzmacht/release-notifier/compare/0.3.0...0.3.1)

### Fixed

- Last run information was ignored in publish command

## 0.3.0 - 2018-09-07

[Full Changelog](https://github.com/netzmacht/release-notifier/compare/0.2.2...0.3.0)
Expand Down
2 changes: 1 addition & 1 deletion config/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
return [
'application' => [
'name' => 'release-notifier',
'version' => '0.3.0',
'version' => '0.3.1',
'commands' => [
CreateConfigCommand::class,
CheckCommand::class,
Expand Down

0 comments on commit 3f9435c

Please sign in to comment.