diff --git a/CHANGELOG.md b/CHANGELOG.md index 0071b5b..df0ae2b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.2.4](https://github.com/acdh-oeaw/semantic-kraus-api/compare/v0.2.3...v0.2.4) (2024-02-02) + + +### Bug Fixes + +* small change for triggering action ([901d980](https://github.com/acdh-oeaw/semantic-kraus-api/commit/901d980aa6f3e07884a7f961caa75a660cf69828)) + + + ## [0.2.3](https://github.com/acdh-oeaw/semantic-kraus-api/compare/v0.2.2...v0.2.3) (2024-02-02) diff --git a/pyproject.toml b/pyproject.toml index 69ff737..9b25e8e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ profile = "black" [tool.poetry] name = "semantic-kraus-api" -version = "0.2.3" +version = "0.2.4" description = "" authors = [ "Matthias Schlögl " ] license = "MIT"