diff --git a/CHANGELOG.md b/CHANGELOG.md index c1d4f23..9d24ce1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,10 +2,12 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm # Changelog for Information System Model -## [v5.1.0-SNAPSHOT] +## [v6.0.0-SNAPSHOT] -- Added class Discovery to make new model discovery easier -- Added the possibility to exclude IS Model package in discovery +- Modified models discovery to make it easier and more powerful [#24548] +- Discovery create trees of discovered types both globally and model based [#24548] +- Added possibility to declare a type Final which means that it cannot be extended [#24554] +- Fixed default value of propagation constraint of remove action for ConsistsOf to 'cascade' [#24223] - Added "delete" propagation constraint property [#24222] diff --git a/pom.xml b/pom.xml index 474c79a..a2dffc6 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ org.gcube.information-system information-system-model - 5.1.0-SNAPSHOT + 6.0.0-SNAPSHOT Information System Model Information System Model is the reference model of the gCube Information System jar