diff --git a/CHANGELOG.md b/CHANGELOG.md index 78fac582f..a158602c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ # Unreleased +- Add `1.17.0` to the list of known versions of ocamllsp + ## 1.14.1 - Fix incorrect esy sandbox docs (#1297) diff --git a/src/ocaml_lsp.ml b/src/ocaml_lsp.ml index d90496544..cd440976b 100644 --- a/src/ocaml_lsp.ml +++ b/src/ocaml_lsp.ml @@ -115,6 +115,7 @@ let lsp_versions = ; "1.16.0-4.14" ; "1.16.1" ; "1.16.2" + ; "1.17.0" |] ) ; ( (5, 0) , [| "1.13.2~5.0preview" @@ -123,8 +124,9 @@ let lsp_versions = ; "1.15.1-5.0" ; "1.16.1" ; "1.16.2" + ; "1.17.0" |] ) - ; ((5, 1), [| "1.16.1"; "1.16.2" |]) + ; ((5, 1), [| "1.16.1"; "1.16.2"; "1.17.0" |]) ] in let rest =