Skip to content

Commit 762e996

Browse files
committed
Tag version
1 parent aa93946 commit 762e996

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.1.0] - 2018-12-07
810
### Added
911
- Compare schema attributes: *default character set* and *default collation*
1012
### Changed

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.0.1');
18+
$app->setVersion('1.1.0');
1919
$app->add(new \Phlib\SchemaDiff\SchemaDiffCommand());
2020
$app->setDefaultCommand('schemadiff', true);
2121
$app->run();

0 commit comments

Comments
 (0)