diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..27bcb04 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,5 @@ +# Changelog + +### 0.3.1 (2023-12-07) + +* Fixed issue in newroom task causing it to be called over and over again \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 1ec4fd8..90fd768 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ allow-direct-references = true [project] name = "matrix-gptbot" -version = "0.3.0" +version = "0.3.1 authors = [ { name="Kumi Mitterer", email="gptbot@kumi.email" },