diff --git a/CHANGELOG.md b/CHANGELOG.md index 8822964..1f47537 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.3.1] - 2020-09-21 + +### Fixes + +* Symbol references parsing issues (#15) + ## [0.3.0] - 2020-08-31 ### Added diff --git a/build.gradle b/build.gradle index 64c5e7a..c1374dc 100644 --- a/build.gradle +++ b/build.gradle @@ -31,7 +31,7 @@ subprojects { apply plugin: 'eclipse' group = 'de.joneug.mdal' - version = '0.3.0' + version = '0.3.1' sourceCompatibility = '8' targetCompatibility = '8'