diff --git a/ChangeLog.md b/ChangeLog.md index 400470b8a..ccfe679bb 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,5 +1,9 @@ # Revision history for lsp +## 1.1.1.0 + +* Don't send begin progress notification twice (@wz1000) + ## 1.1.0.0 * Fix prepareRename reponse and prepareProvider (@kirelagin) diff --git a/lsp.cabal b/lsp.cabal index 087b87bc4..90f98bf96 100644 --- a/lsp.cabal +++ b/lsp.cabal @@ -1,6 +1,6 @@ cabal-version: 2.2 name: lsp -version: 1.1.0.0 +version: 1.1.1.0 synopsis: Haskell library for the Microsoft Language Server Protocol description: An implementation of the types, and basic message server to