diff --git a/CHANGELOG.md b/CHANGELOG.md index fa7ca5f1b0..0cb52ff375 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [1.6.1](https://github.com/windmill-labs/windmill/compare/v1.6.0...v1.6.1) (2022-05-10) + + +### Bug Fixes + +* also store and display "started at" for completed jobs ([#33](https://github.com/windmill-labs/windmill/issues/33)) ([2c28031](https://github.com/windmill-labs/windmill/commit/2c28031e44453740ad8c4b7e3c248173eab34b9c)) + ## 1.6.0 (2022-05-10) ### Features diff --git a/backend/Cargo.lock b/backend/Cargo.lock index 56a33ba51a..03f75042a6 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -4029,7 +4029,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] name = "windmill" -version = "1.6.0" +version = "1.6.1" dependencies = [ "anyhow", "argon2", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 7e387e8d10..4ba2edec42 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "windmill" -version = "1.6.0" +version = "1.6.1" authors = ["Ruben Fiszel "] edition = "2021" diff --git a/backend/openapi.yaml b/backend/openapi.yaml index 5a56517979..e6e9114567 100644 --- a/backend/openapi.yaml +++ b/backend/openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.6.0 + version: 1.6.1 title: Windmill server API contact: name: Windmill contact diff --git a/frontend/package.json b/frontend/package.json index af190d8aa7..a540610c36 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "windmill", - "version": "1.6.0", + "version": "1.6.1", "scripts": { "dev": "svelte-kit dev", "build": "svelte-kit build", diff --git a/python-client/wmill/pyproject.toml b/python-client/wmill/pyproject.toml index 79cf4b47d6..626458d49c 100644 --- a/python-client/wmill/pyproject.toml +++ b/python-client/wmill/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wmill" -version = "1.6.0" +version = "1.6.1" description = "A client library for accessing Windmill server wrapping the Windmill client API" license = "Apache-2.0" homepage = "https://windmill.dev" @@ -16,7 +16,7 @@ include = ["wmill/py.typed"] [tool.poetry.dependencies] python = "^3.7" -windmill-api = "^1.6.0" +windmill-api = "^1.6.1" [build-system] requires = ["poetry>=1.0.2", "poetry-dynamic-versioning"] diff --git a/python-client/wmill_pg/pyproject.toml b/python-client/wmill_pg/pyproject.toml index 6175769a70..1bc74926e0 100644 --- a/python-client/wmill_pg/pyproject.toml +++ b/python-client/wmill_pg/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wmill-pg" -version = "1.6.0" +version = "1.6.1" description = "An extension client for the wmill client library focused on pg" license = "Apache-2.0" homepage = "https://windmill.dev" @@ -16,7 +16,7 @@ include = ["wmill_pg/py.typed"] [tool.poetry.dependencies] python = "^3.7" -wmill = "^1.6.0" +wmill = "^1.6.1" psycopg2-binary = "*" [build-system] diff --git a/version.txt b/version.txt index dc1e644a10..9c6d6293b1 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.6.0 +1.6.1