diff --git a/CHANGELOG.md b/CHANGELOG.md index bb6032f..45ddef5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ +## v0.6.0 (2023-11-02) + +### Feature + +* Bump version after reorganization of package structure, optimizations and re-design of relation triplet data model ([`353d285`](https://github.com/centre-for-humanities-computing/conspiracies/commit/353d2852039087ee60f835bf8b582c88336ccd82)) + ## v0.5.2 (2023-10-18) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 31ec93c..923cd0f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "conspiracies" -version = "0.5.2" +version = "0.6.0" authors = [ {name = '"Kenneth Enevoldsen'}, {name = "Lasse Hansen"},