diff --git a/CHANGELOG.md b/CHANGELOG.md index 5cca528c..4da39c73 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 1.6.13 + +- While `v2` is still in the works (unexpected blockers, see GitHub for progress) releasing a small patch update with improvements. +- **Potentially breaking: bumped dependencies**, but I used ranges (>= and <) so don't expect any problems. Please raise an issue if some change breaks your project. +- Added support for overriding the `bubbleMargin` property using `ChatTheme`. Thanks @ishchhabra for the PR! +- Added localisation support to the typing indicator which was hardcoded english only previously. Thanks @longnh2k1 for raising the issue! + ## 1.6.12 - Remove `defaultBubbleMessage` from the `bubbleBuilder` as it breaks compatibility. If you need this please use previous release, this is the only change here. Next should be v2.0.0 preview. diff --git a/pubspec.yaml b/pubspec.yaml index 588a9d9e..4ce4f319 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,7 +2,7 @@ name: flutter_chat_ui description: > Actively maintained, community-driven chat UI implementation with an optional Firebase BaaS. -version: 1.6.12 +version: 1.6.13 homepage: https://flyer.chat repository: https://github.com/flyerhq/flutter_chat_ui