diff --git a/README.md b/README.md index cbae578f9b8f1d0e15acd104df87b509fbb4f47d..0553c0523bf93da772fd7daa89c3de9630ca0a6e 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Apply the plugin: ```groovy plugins { - id "de.hhu.stups.sablecc" version "1.1.0" + id "de.hhu.stups.sablecc" version "1.2.0" } ``` @@ -61,7 +61,7 @@ tasks.named("generateSableCCSource").configure { ## Changelog -## Version 1.2.0 (not released yet) +## Version 1.2.0 * Add ability to pass extra arguments to SableCC using the new `arguments` property of `SableCCTask`. * Fix deprecation warnings on Gradle 8.12 about accessing `Project` at execution time.