diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ac5a12f..c05301f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,25 @@ +## 3.6.3 2024-05-06 + + +### Fixed + +- Fix using `.filter` with a block for aggregate functions (@flash-gordon) + + +[Compare v3.6.2...v3.6.3](https://github.com/rom-rb/rom-sql/compare/v3.6.2...v3.6.3) + +## 3.6.2 2024-01-09 + + +### Fixed + +- Fix Hash.new warning in Ruby 3.3 (@flash-gordon) + + +[Compare v3.6.1...v3.6.2](https://github.com/rom-rb/rom-sql/compare/v3.6.1...v3.6.2) + ## 3.6.1 2022-11-22 ### Fixed