CHANGELOG.md in frise-0.5.1 vs CHANGELOG.md in frise-0.6.0
- old
+ new
@@ -1,4 +1,13 @@
+### 0.6.0 (April 7, 2022)
+
+- Breaking changes
+ - Liquid parsing is now strict ([#29](https://github.com/velocidi/frise/pull/29)).
+ - Update liquid gem to `5.3.0` ([#29](https://github.com/velocidi/frise/pull/29)).
+
+- New features
+ - Add `json` liquid filter ([#28](https://github.com/velocidi/frise/pull/28)).
+
### 0.5.1 (March 28, 2022)
- Breaking changes
- Increase minimum required ruby version to 2.6.0 ([#22](https://github.com/velocidi/frise/pull/22)).
- Bug fixes