diff --git a/CHANGELOG.md b/CHANGELOG.md index 58d14dc..76c260f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # intellij-markdown Changelog ## [Unreleased] + +## [0.7.1] - Fixed parsing of code spans with backslashes and spaces - Updated mathematical expressions in GFM to trim surrounding backticks and whitespaces diff --git a/gradle.properties b/gradle.properties index 41e1498..9a7c8b2 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,3 +1,3 @@ -version=0.7.0 +version=0.7.1 snapshot=true publication_channels=maven-central-snapshot