diff --git a/CHANGELOG.md b/CHANGELOG.md index e18a1ac31ebbca5e4d54e11175261db349b6d501..034925a869ae8ca579828ae65fe91dd8f76bec3c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ -## Version 0.0.6.9.9.6.3 +## Version 0.0.6.9.9.6.4 + +* [BACK][FIX][ngrams children in `node stories` are not in the `ngrams` table (#222)](https://gitlab.iscpif.fr/gargantext/haskell-gargantext/issues/222) +* [BACK][FIX][NodeUser json parse error (#213)](https://gitlab.iscpif.fr/gargantext/haskell-gargantext/issues/213) +* [BACK][FEAT][Gitlab Issue Parser, ZuriHac] +* [FRONT][FIX][Doc Annotation: the selected term menu selection has disappeared (#562)](https://gitlab.iscpif.fr/gargantext/purescript-gargantext/issues/562) +* [FRONT][FIX][Abstract almost disapear in graph's doc view when there is too much authors (#555)](https://gitlab.iscpif.fr/gargantext/purescript-gargantext/issues/555) +* [FRONT][FIX][Ngrams Context (#547)](https://gitlab.iscpif.fr/gargantext/purescript-gargantext/issues/547) +## Version 0.0.6.9.9.6.3 * [BACK][FIX][Boolean Query Parser (#182)](https://gitlab.iscpif.fr/gargantext/haskell-gargantext/issues/182) * [BACK][FEAT] Gitlab Issue Parser, Welcome Christian diff --git a/gargantext.cabal b/gargantext.cabal index 02ad0da40356145cb34d436e6e482cc4a11eaf44..114b21ae156e7387b0abb4a863a54ef900f46103 100644 --- a/gargantext.cabal +++ b/gargantext.cabal @@ -5,7 +5,7 @@ cabal-version: 1.12 -- see: https://github.com/sol/hpack name: gargantext -version: 0.0.6.9.9.6.3 +version: 0.0.6.9.9.6.4 synopsis: Search, map, share description: Please see README.md category: Data diff --git a/package.yaml b/package.yaml index 541c795bc26b1339e868dc5467ab78ae0ecdf083..43563d0cb5c0daad2d1efd7b784d88e977de71f0 100644 --- a/package.yaml +++ b/package.yaml @@ -6,7 +6,7 @@ name: gargantext # | | | +----- Layers * : New versions with API additions # | | | | +--- Layers * : New versions without API breaking changes # | | | | | -version: '0.0.6.9.9.6.3' +version: '0.0.6.9.9.6.4' synopsis: Search, map, share description: Please see README.md category: Data