2022-09-29 18:00:42 +02:00
---
sidebar_position: 12
---
2022-11-11 18:15:55 +01:00
# Versions & changelog
2022-11-17 13:28:09 +01:00
## Versioning
2022-11-11 18:15:55 +01:00
Our versioning policy follows the [Semantic Versioning specification ](https://semver.org/ ).
In our case, given a version `MAJOR.MINOR.PATCH` , we increment the:
* `MAJOR` version when the data model of the Graph changes
2022-11-17 13:28:09 +01:00
* `MINOR` version when the pipeline (e.g., different deduplication method, different implementation for an enrichment process) or major data sources change
2022-11-11 18:15:55 +01:00
* `PATCH` version when the graph data are updated
2022-11-17 13:28:09 +01:00
## Changelog
2022-11-11 18:15:55 +01:00
This section will document all notable changes for each graph version.
2022-11-17 13:28:09 +01:00
### v5.0.0
2022-11-11 18:15:55 +01:00
2022-11-17 13:28:09 +01:00
#### Added
2022-11-11 18:15:55 +01:00
2022-11-17 13:28:09 +01:00
- Impact indicators at the level of the [result instance ](/data-model/entities/result#instance )
2022-11-11 18:15:55 +01:00
2022-11-17 13:28:09 +01:00
- New [relationship types ](/data-model/relationships#relationship-types ): `Reviews, IsReviewedBy, IsParentOf, IsChildOf, References, IsReferencedBy, IsNewVersionOf, IsPreviousVersionOf, HasVersion, IsVersionOf, Cites, IsCitedBy, IsVariantFormOf, IsOriginalFormOf, Obsoletes, IsObsoletedBy, IsContinuedBy, Continues, Documents, IsDocumentedBy, IsCompiledBy, Compiles, IsPartOf, HasPart, IsSourceOf, IsDerivedFrom, IsIdenticalTo`
2022-11-11 18:15:55 +01:00
2022-11-17 13:28:09 +01:00
#### Changed
- FOS and SDGs were removed from the [result subjects ](/data-model/entities/result#subjects )
2022-11-11 18:15:55 +01:00