diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f5d34e..e95ba9d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # `dev-master` + +# 0.9.0 - 2017-02-26 + ## Features * [#79](https://github.com/atoum/phpstorm-plugin/pull/79) Right click on a test method permit to run a specific method ([@vdechenaux]) diff --git a/META-INF/plugin.xml b/META-INF/plugin.xml index 06247c5..4fff986 100644 --- a/META-INF/plugin.xml +++ b/META-INF/plugin.xml @@ -1,7 +1,7 @@ com.atoum.phpstormplugin atoum plugin - 0.8.0 + 0.9.0 Adrien Gallou