diff --git a/CHANGELOG.md b/CHANGELOG.md index cde60ff..d4bed6c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## [2.1.4] - 12/09/2021. +🐛 Fixed an issue where new customer conversations would create a new ID, stopping links between conversations. + ## [2.1.3] - 11/09/2021. 🐛 Fixed an issue where chats appeared as Anonymous in specific cases even if externalId was provided. (covers more cases) diff --git a/example/pubspec.lock b/example/pubspec.lock index 0e9fc25..f4611bd 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -169,7 +169,7 @@ packages: path: ".." relative: true source: path - version: "2.1.3" + version: "2.1.4" path: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index d2813cf..244f2ab 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: papercups_flutter description: Native Flutter implementation of the papercups.io chat widget. -version: 2.1.3 +version: 2.1.4 homepage: https://github.com/aguilaair/papercups_flutter environment: