CHANGELOG.md in groupdate-6.0.0 vs CHANGELOG.md in groupdate-6.0.1
- old
+ new
@@ -1,11 +1,15 @@
+## 6.0.1 (2022-01-16)
+
+- Fixed incorrect results (error before 6.0) with `includes` with Active Record 6.1+
+
## 6.0.0 (2022-01-15)
-- Changed SQL to return dates instead of times for day, week, month, quarter, and year
-- Added `n` option for Redshift
-- Removed `dates` option
- Raise `ActiveRecord::UnknownAttributeReference` for non-attribute arguments
- Raise `ArgumentError` for ranges with string bounds
+- Added `n` option for Redshift
+- Changed SQL to return dates instead of times for day, week, month, quarter, and year
+- Removed `dates` option
- Dropped support for Ruby < 2.6 and Rails < 5.2
## 5.2.4 (2021-12-15)
- Simplified queries for Active Record 7 and MySQL