diff --git a/CHANGELOG.md b/CHANGELOG.md index 44b8f475..63ba54df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## v0.1.4 [2024-04-26] +## v0.2.0 [2024-04-26] _Whats new_ - It is now possible to set a timeout for benchmark and dashboard execution. These can be set: - in the workspace using config `dashboard_timeout` and `benchmark_timeout` diff --git a/internal/version/version.json b/internal/version/version.json index 2d8777e5..a9cfc876 100644 --- a/internal/version/version.json +++ b/internal/version/version.json @@ -1,5 +1,5 @@ { "major": 0, - "minor": 1, - "patch": 4 + "minor": 2, + "patch": 0 } \ No newline at end of file