CHANGELOG.md in redgraph-0.1.3 vs CHANGELOG.md in redgraph-0.1.4
- old
+ new
@@ -1,4 +1,10 @@
+## [0.1.4]
+
+- add NodeModel mixin for a basic ActiveRecord-like syntax
+- add Graph#merge_node and Graph#merge_edge
+- edge and node properties are now a HashWithIndifferentAccess
+
## [0.1.3] - 2021-04-13
- allow custom queries
- nodes and edges query now allow the `order` option