From c8f77f9189bf2f5be80f508897a67256924ff0b6 Mon Sep 17 00:00:00 2001 From: Ray Zane Date: Mon, 20 Nov 2023 20:22:18 -0500 Subject: [PATCH] v3.0.0 --- CHANGELOG.md | 16 +++++++++++----- lib/baby_squeel/version.rb | 2 +- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6bb939e..309c9f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,12 @@ ## [Unreleased] -- Test for ruby 3.2 -- Update ransack to 4.1. (#126) -- Drop support for Ruby 2.6 and 2.7. (#126) -- Drop support for ActiveRecord 6.0. (#126) + +## [3.0.0] - 2023-11-20 + +- Added support for ActiveRecord 7.1 (#125) +- Added support for Ruby 3.2 (#128) +- Updated ransack to 4.1. (#126) +- Droped support for Ruby 2.6 and 2.7. (#126) +- Droped support for ActiveRecord 6.0. (#126) ## [2.0.0] - 2022-08-28 @@ -240,7 +244,9 @@ - Initial support for selects, orders, wheres, and joins. -[unreleased]: https://github.com/rzane/baby_squeel/compare/v1.4.4...HEAD +[unreleased]: https://github.com/rzane/baby_squeel/compare/v3.0.0...HEAD +[3.0.0]: https://github.com/rzane/baby_squeel/compare/v2.0.0...v3.0.0 +[2.0.0]: https://github.com/rzane/baby_squeel/compare/v1.4.4...v2.0.0 [1.4.4]: https://github.com/rzane/baby_squeel/compare/v1.4.3...v1.4.4 [1.4.3]: https://github.com/rzane/baby_squeel/compare/v1.4.2...v1.4.3 [1.4.2]: https://github.com/rzane/baby_squeel/compare/v1.4.1...v1.4.2 diff --git a/lib/baby_squeel/version.rb b/lib/baby_squeel/version.rb index 640016a..af405bc 100644 --- a/lib/baby_squeel/version.rb +++ b/lib/baby_squeel/version.rb @@ -1,3 +1,3 @@ module BabySqueel - VERSION = '2.0.0'.freeze + VERSION = '3.0.0'.freeze end