diff --git a/build.gradle b/build.gradle index bbc3f7e..8d26594 100644 --- a/build.gradle +++ b/build.gradle @@ -2,5 +2,5 @@ subprojects { apply plugin: 'idea' apply plugin: 'eclipse' group = 'io.github.crucible.grimoire' - version = '3.2.9' + version = '3.2.10' } diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 095c85b..e4b750a 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -2,6 +2,12 @@ Global log for all Grimoire changes, starting with release 3.2.0. +## Release v3.2.10 + +- Implemented `IOmniconfigBuilder#commentCategory` method; +- Implemented `@ConfigLoadCallback` annotation. + + ## Release v3.2.9 - Fixed omniconfig string lists being restored to their default value after initial loading (#20);