From 12a3cd5b07028cb58e695e77016989e198380a08 Mon Sep 17 00:00:00 2001 From: Nicholas Lee Date: Thu, 29 Feb 2024 09:00:31 -0800 Subject: [PATCH] Update `CHANGELOG` --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 960f57b..bf02479 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,9 @@ **Merged pull requests:** +- Appraise Ruby `3.3.0` [\#10](https://github.com/appfolio/ae_active_job_state/pull/10) ([Maimer](https://github.com/Maimer)) +- Appraise Rails 7.1 [\#9](https://github.com/appfolio/ae_active_job_state/pull/9) ([Maimer](https://github.com/Maimer)) +- Updates for Ruby `2.7.7`, `3.1.3`, `3.2.1` [\#8](https://github.com/appfolio/ae_active_job_state/pull/8) ([Maimer](https://github.com/Maimer)) - Appraise rubies 2.6.9, 2.7.5, 3.1.0, and Rails 7 [\#7](https://github.com/appfolio/ae_active_job_state/pull/7) ([Maimer](https://github.com/Maimer)) - update the timestamp of the events in same SQL statement with state transition [\#6](https://github.com/appfolio/ae_active_job_state/pull/6) ([mqchau](https://github.com/mqchau)) - BREAKING CHANGE: Change state transition method to match names of state [\#5](https://github.com/appfolio/ae_active_job_state/pull/5) ([mqchau](https://github.com/mqchau))