CHANGELOG.md in grumlin-0.13.1 vs CHANGELOG.md in grumlin-0.14.0

- old
+ new

@@ -1,4 +1,11 @@ +## [0.14.0] - 2021-12-07 + +- Add initial support for [configuration steps](https://tinkerpop.apache.org/docs/current/reference/#configuration-steps) +- Add the `withSideEffect` configuration step +- Fix passing keyword arguments to regular steps +- *Drop support for ruby 2.6* + ## [0.13.0] - 2021-12-03 - Add `Shortcuts` and `Repository` - Allow executing any gremlin steps by name using `Grumlin::AnonymousStep#step` - Rename `Grumlin::Tools` to `Grumlin::Expressions`