diff --git a/doc/CHANGELOG.md b/doc/CHANGELOG.md index 6c957fc..9933e2f 100644 --- a/doc/CHANGELOG.md +++ b/doc/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Logs -- v1.0 2017-12-21

+- v1.1 2017-12-22 + - Fix compatibility error + - Add ImportPackage directive + +- v1.0 2017-12-21 - Only support IDEA ULTIMATE - v0.9 2017-12-15 diff --git a/resources/META-INF/plugin.xml b/resources/META-INF/plugin.xml index 65b47e4..c4612cf 100644 --- a/resources/META-INF/plugin.xml +++ b/resources/META-INF/plugin.xml @@ -1,13 +1,14 @@ me.hehaiyang.codegen CodeGen - 1.0 + 1.1 hehaiyang GitHub | Issues | JetBrains


This plugin helps you to generate specific template code by create table statement or database .

+

Support IDEA Ultimate(171+)