diff --git a/.github/workflows/release-final.yml b/.github/workflows/release-final.yml index ac460f2..871f79f 100644 --- a/.github/workflows/release-final.yml +++ b/.github/workflows/release-final.yml @@ -76,5 +76,5 @@ jobs: - name: register openapi as artifact uses: svenstaro/upload-release-action@v2 with: - name: openapi.json + file: openapi.json diff --git a/CHANGELOG.md b/CHANGELOG.md index ed5820e..b1fdb11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Heksher Changelog ## Next -## 0.5.6 +## 0.5.7 ### Internal * upgrade to python 3.11 * support for newest sqlalchemy diff --git a/pyproject.toml b/pyproject.toml index 117432a..737c411 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "Heksher" -version = "0.5.6" +version = "0.5.7" description = "Heksker" authors = ["Biocatch LTD "]