Bumping version

This commit is contained in:
Mike Farah
2021-10-30 14:08:13 +11:00
parent d4b9781ee6
commit 2ace48c70d
5 changed files with 7 additions and 5 deletions
+3 -1
View File
@@ -1,7 +1,9 @@
4.14.1:
- Added group_by operator
- Added encode/decode operators (toyaml, fromjson etc)
- Added encode/decode operators (toyaml, fromjson etc) (#974)
- Added flatten operator
- Added --split-exp, for splitting results into multiple files (#966)
- Fixed json null array bug (#985)
4.13.5:
- Performance improvement for deepMatch (thanks @pmatseykanets)