diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index ecbbc45..9576392 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -2,6 +2,13 @@ ## Changelog +## 4.2.0 + +### Fixes + +- Fix wrong colors for the hovered tab in some themes +- Change defaults: replace current tab, groups and metadata are now on by default + ## 4.1.0 ### Features diff --git a/gradle.properties b/gradle.properties index 17f723e..e7d0436 100644 --- a/gradle.properties +++ b/gradle.properties @@ -8,4 +8,4 @@ pluginGroup=EditorGroups pluginName=Editor Groups pluginSinceBuild=253 pluginUntilBuild=271.* -pluginVersion=4.1.1 \ No newline at end of file +pluginVersion=4.2.0 \ No newline at end of file