File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
55and 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.
Original file line number Diff line number Diff 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 ();
You can’t perform that action at this time.
0 commit comments