diff --git a/CHANGELOG.md b/CHANGELOG.md index 01b37303..2b204023 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 2.7.4 + +- Better error message for incorrect `save()` param order +- Support handing PIL images in `save()` +- Support title and description in `hal9` deployment +- Support arbitrary runtimes and `hal9` describe + ## 2.7.2 - Support to assign thumbnail file in deploy diff --git a/python/pyproject.toml b/python/pyproject.toml index 0881668f..453230bd 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "hal9" -version = "2.7.3" +version = "2.7.4" description = "" authors = ["Javier Luraschi "] readme = "README.md"