Skip to content

Commit 71a1456

Browse files
committed
Tag v1.2.0
1 parent acddefe commit 71a1456

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

77
## [Unreleased]
8+
9+
## [1.2.0] - 2020-04-15
810
### Changed
911
- Allow use of Symfony/Console v4 and v5. This allows SchemaDiff to co-exist
1012
with dependencies requiring these newer versions.

schemadiff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ use Symfony\Component\Console\Application;
1515

1616
$app = new Application();
1717
$app->setName('Schema Diff');
18-
$app->setVersion('1.1.0');
18+
$app->setVersion('1.2.0');
1919
$app->add(new \Phlib\SchemaDiff\SchemaDiffCommand());
2020
$app->setDefaultCommand('schemadiff', true);
2121
$app->run();

0 commit comments

Comments
 (0)