CHANGELOG.md in dbee-3.0.0 vs CHANGELOG.md in dbee-3.1.0
- old
+ new
@@ -1,4 +1,9 @@
+# 3.1.0 (October 4th, 2021)
+
+Additions
+
+* Added Query#offset to help with callers needing paging support.
# 3.0.0 (March 11th, 2021)
### Additions
* Support for graph based models. This paves the way for representing more advanced features, such as sub-queries in a more clear way. Since graph based models are similar to DSL models, the hope is that they will be easier to work with and understand.