Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
emlynwest committed Dec 12, 2018
1 parent d1e7256 commit 5f4e239
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

## Unreleased
## [1.3.0]
### Added
- Introduce command line merge command [#25](https://github.com/emlynwest/changelog/issues/25)
- Build targets for PHP 7.1 and 7.2
Expand Down Expand Up @@ -70,6 +70,7 @@
### Added
- Initial version.

[1.3.0]: https://github.com/emlynwest/changelog/releases/tag/1.3.0
[1.2.0]: https://github.com/emlynwest/changelog/releases/tag/1.2.0
[1.1.0]: https://github.com/emlynwest/changelog/releases/tag/1.1.0
[1.0.0]: https://github.com/emlynwest/changelog/releases/tag/1.0.0
Expand Down
2 changes: 1 addition & 1 deletion src/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@

class Version
{
const VERSION = '1.2.0';
const VERSION = '1.3.0';
}

0 comments on commit 5f4e239

Please sign in to comment.