CHANGELOG.md in dbee-2.0.3 vs CHANGELOG.md in dbee-2.1.0.pre.alpha
- old
+ new
@@ -1,4 +1,15 @@
+# 2.1.0 (TBD)
+
+### Additions:
+
+* Added Dbee::Query::Field#aggregator (such as ave, min, max, sum, etc.)
+* Added Dbee::Query::Field#filters (allows for doing select column filtering)
+
+### Changes:
+
+* Bumped minimum Ruby version to 2.5
+
# 2.0.3 (January 7th, 2020)
### Fixes:
* Constant resolution will now explicitly set inherit to false when calling `Object#const_defined?` and `Object#const_get`. This should equate to less false positives. For example: