From 084e0160d80d5618da1d69523acf3ad27a2f2b79 Mon Sep 17 00:00:00 2001 From: Sahil Kang Date: Sun, 24 Nov 2024 23:54:13 -0800 Subject: [PATCH] Update changelog for v1.2.2 Signed-off-by: Sahil Kang --- CHANGELOG.md | 18 ++++++++++++++++++ version.lisp | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 74f365f..5411d8f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [1.2.2] - 2024-11-24 + +### Fixed + + * Use `asdf:registered-system` instead of `asdf:find-system` to avoid an + `asdf/plan:system-out-of-date` error. + [PR #73](https://github.com/SahilKang/cl-rdkafka/pull/73) from + [@svetlyak40wt](https://github.com/svetlyak40wt). + + * Add a `continue` restart to `cl-rdkafka::poll-loop` to allow error recovery. + [PR #73](https://github.com/SahilKang/cl-rdkafka/pull/73) from + [@svetlyak40wt](https://github.com/svetlyak40wt). + + * Improve readability of error messages from + `cl-rdkafka::assert-expected-event`. + [PR #73](https://github.com/SahilKang/cl-rdkafka/pull/73) from + [@svetlyak40wt](https://github.com/svetlyak40wt). + ## [1.2.1] - 2023-01-08 ### Fixed diff --git a/version.lisp b/version.lisp index bae1f51..fdfdcfd 100644 --- a/version.lisp +++ b/version.lisp @@ -1 +1 @@ -"1.2.1" +"1.2.2"