diff --git a/CHANGELOG.md b/CHANGELOG.md index 2df3931..8f89a68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.4.0 + +- Fixed deserialization bug when String value contains a newline character, #5 + ## 1.3.0 - Add null-safety. diff --git a/README.md b/README.md index f44f474..799c6dc 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Add this dependency your pubspec.yaml file: ``` dependencies: - enough_serialization: ^1.3.0 + enough_serialization: ^1.4.0 ``` The latest version or `enough_serialization` is [![enough_serialization version](https://img.shields.io/pub/v/enough_serialization.svg)](https://pub.dartlang.org/packages/enough_serialization). diff --git a/pubspec.yaml b/pubspec.yaml index e702d11..4244960 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: enough_serialization description: Runtime solution for serializing to and deserializing from JSON. enough_serialization also supports non-generic lists, enums and complex nested objects. -version: 1.3.0 +version: 1.4.0 homepage: https://www.github.com/enough-software/enough_serialization environment: