diff --git a/CHANGELOG.md b/CHANGELOG.md index d306d90..5a1142a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,7 @@ # CHANGELOG +0.2.51 +- fix: error with query for fetch calls + 0.2.50 - fix: error when client_id absent diff --git a/pyproject.toml b/pyproject.toml index 838a104..ffd423d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "skit-calls" -version = "0.2.50" +version = "0.2.51" description = "Library to fetch calls from a given environment." authors = ["ltbringer "] license = "GPL-3.0-only"