CHANGELOG.md in cel-0.2.2 vs CHANGELOG.md in cel-0.2.3

- old
+ new

@@ -1,6 +1,13 @@ ## [Unreleased] +## [0.2.3] - 2023-09-19 + +### Bugfixes + +* `cel` is loadable without the need to install `google/protobuf` again. ++ expressions containing te operator `<=` were failing while parsing. + ## [0.2.2] - 2023-08-17 * Reimplements `Cel::Literal#==` in a simpler way, to avoid several comparison issues arising from the previous implementation. * fix initialization of `Cel::Duration` and `Cel::Timestamp` from string notation. * fix protobuf-to-cel parsing of negative literals.