diff --git a/CHANGES.md b/CHANGES.md index 6035865..69e1f40 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,7 +2,11 @@ See also PlantUML change logs for its updates: http://plantuml.com/changes -## v1.4.6 - 2023/09/12 +## v1.4.8 - 2023/11/06 + +https://github.com/bitjourney/plantuml-service/compare/v1.4.7...v1.4.8 + +## v1.4.7 - 2023/09/12 https://github.com/bitjourney/plantuml-service/compare/v1.4.6...v1.4.7 diff --git a/build.gradle b/build.gradle index e3d2012..0291a47 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ group 'com.bitjourney.plantuml' -version '1.4.7' +version '1.4.8' final MainClassName = "${group}.Main"