CHANGELOG.md in csb-0.9.0 vs CHANGELOG.md in csb-0.10.0
- old
+ new
@@ -1,7 +1,11 @@
+## 0.10.0
+
+- Drop support for rails 6.1
+
## 0.9.0
-- Fixing Issue with config.streaming Enabled in Rails 7.1 (#17)
+- Fixing Issue with config.streaming Enabled in Rails 7.1 (https://github.com/aki77/csb/pull/17)
## 0.8.0
- Add `csv_options` as an option to pass to `CSV.generate_line` (https://github.com/aki77/csb/pull/18)