We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa93946 commit 762e996Copy full SHA for 762e996
CHANGELOG.md
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
5
and this project adheres to [Semantic Versioning](http://semver.org/).
6
7
## [Unreleased]
8
+
9
+## [1.1.0] - 2018-12-07
10
### Added
11
- Compare schema attributes: *default character set* and *default collation*
12
### Changed
schemadiff
@@ -15,7 +15,7 @@ use Symfony\Component\Console\Application;
15
16
$app = new Application();
17
$app->setName('Schema Diff');
18
-$app->setVersion('1.0.1');
+$app->setVersion('1.1.0');
19
$app->add(new \Phlib\SchemaDiff\SchemaDiffCommand());
20
$app->setDefaultCommand('schemadiff', true);
21
$app->run();
0 commit comments