diff --git a/CHANGELOG.md b/CHANGELOG.md index 9221e892..ac6866f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ ### Fixed - Inability to connect to a workspace after going back to the workspaces view. +- Remove version warning for 2.x release. ### Changed - Add a message to distinguish between connecting to the worker and querying for @@ -28,8 +29,8 @@ - Add status and start/stop buttons to the recent connections view. ### Changed -- Check binary version with `version --output json` (if available) since this is - faster than waiting for the round trip checking etags. It also covers cases +- Check binary version with `version --output json` (if available) since this is + faster than waiting for the round trip checking etags. It also covers cases where the binary is hosted somewhere that does not support etags. - Move the template link from the row to a dedicated button on the toolbar. diff --git a/src/main/resources/version/CoderSupportedVersions.properties b/src/main/resources/version/CoderSupportedVersions.properties index 9fead97d..03c98dd1 100644 --- a/src/main/resources/version/CoderSupportedVersions.properties +++ b/src/main/resources/version/CoderSupportedVersions.properties @@ -1,2 +1,2 @@ -minCompatibleCoderVersion=0.15.0 +minCompatibleCoderVersion=0.12.9 maxCompatibleCoderVersion=3.0.0