diff --git a/plugins/hls-retrie-plugin/changelog.md b/plugins/hls-retrie-plugin/changelog.md new file mode 100644 index 0000000000..9355f52f3c --- /dev/null +++ b/plugins/hls-retrie-plugin/changelog.md @@ -0,0 +1,2 @@ +### 0.1.1.0 (2021-02-..) +* Fix bug in Retrive "fold/unfold in local file" commands (#1202) diff --git a/plugins/hls-retrie-plugin/hls-retrie-plugin.cabal b/plugins/hls-retrie-plugin/hls-retrie-plugin.cabal index 521b8c1e0f..67cdd15615 100644 --- a/plugins/hls-retrie-plugin/hls-retrie-plugin.cabal +++ b/plugins/hls-retrie-plugin/hls-retrie-plugin.cabal @@ -1,6 +1,6 @@ cabal-version: 2.2 name: hls-retrie-plugin -version: 0.1.0.0 +version: 0.1.1.0 synopsis: Retrie integration plugin for Haskell Language Server license: Apache-2.0 license-file: LICENSE