diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c09e7e..1aa7ff1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Changelog All notable changes to this project will be documented in this file. +## [2.3.0] + +- feat: escape_quotes support ([#152](https://github.com/crowdin/android-studio-plugin/pull/152)) + ## [2.2.1] - fix: IDE error: Cannot read field "x" because "nd" is null ([#149](https://github.com/crowdin/android-studio-plugin/pull/149)) diff --git a/build.gradle b/build.gradle index 6122931..496f101 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ plugins { } group 'com.crowdin.crowdin-idea' -version '2.2.1' +version '2.3.0' sourceCompatibility = '17' @@ -40,7 +40,7 @@ intellij { } patchPluginXml { changeNotes = """ - - Bug fixes""" + - Add escape_quotes option support""" } wrapper { diff --git a/src/main/resources/META-INF/plugin.xml b/src/main/resources/META-INF/plugin.xml index dd3d742..fe19fc1 100644 --- a/src/main/resources/META-INF/plugin.xml +++ b/src/main/resources/META-INF/plugin.xml @@ -1,7 +1,7 @@ com.crowdin.crowdin-idea Crowdin - 2.2.1 + 2.3.0