Bumping version

This commit is contained in:
Mike Farah
2022-10-05 20:15:02 +11:00
parent b5b81abb90
commit ffe635f943
4 changed files with 7 additions and 6 deletions
+5
View File
@@ -1,3 +1,8 @@
4.28.1:
- Added `setpath` and `delpaths` operators, like jq (#1374)
- Added `is_key` operator, to check if a match was a key when recursing
- Added validation when attempting to add sequences to maps (#1341)
4.27.5:
- Fixed relative merge bug #1333