diff --git a/CHANGELOG.md b/CHANGELOG.md index f2539a321e..7bc7d80517 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# 2.3.4 + +- [Change referencing `super.prepare` call to `this.prepare` in quill-cassandra contexts](https://github.com/getquill/quill/pull/1067) +- [Adding flatMap, flatten, getOrElse, and Option.apply](https://github.com/getquill/quill/pull/1044) +- [Optimize build](https://github.com/getquill/quill/pull/1060) +- [Fix renaming aggregated properties in groupBy with custom querySchema](https://github.com/getquill/quill/pull/1038) + # 2.3.3 - [Dependency updates](https://github.com/getquill/quill/pull/1042)