Skip to content

Commit

Permalink
Bumped version #
Browse files Browse the repository at this point in the history
  • Loading branch information
Bob Olde Hampsink committed Oct 22, 2015
1 parent c4bfc32 commit 67a685d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@ public function registerMigrationService()

## Changelog

###1.2.0###
- Use 2 spaces indent in yaml file
- Added user fields support
- Automatically run migrations on plugin update
- More verbose logging in devMode

###1.1.0###
- Replaced custom error handling with existing error handling
- Refactored import/export with yaml support
Expand Down
2 changes: 1 addition & 1 deletion SchematicPlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public function getName()
*/
public function getVersion()
{
return '1.1.0';
return '1.2.0';
}

/**
Expand Down

0 comments on commit 67a685d

Please sign in to comment.