diff --git a/jvm/CHANGELOG.md b/jvm/CHANGELOG.md index 96ee2c32..e30a42c4 100644 --- a/jvm/CHANGELOG.md +++ b/jvm/CHANGELOG.md @@ -11,6 +11,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [2.1.0] - 2024-06-03 ### Added - Added `Selfie.expectSelfies(Iterable items, Function toString)` for doing easy "multi-asserts". ([#416](https://github.com/diffplug/selfie/pull/416)) - For java versions which don't support multiline string literals, we now encode multiline strings like so: ([#406](https://github.com/diffplug/selfie/pull/406))