diff --git a/CHANGELOG.md b/CHANGELOG.md
index b55f55a..0e9659b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+#### 1.4.1
+- Bug fix to handle multi line comments (PR#5).
+- Updated dependencies in pubspec.yaml.
+
#### 1.4.0
- Updated dependencies in pubspec.yaml.
diff --git a/pubspec.yaml b/pubspec.yaml
index bfe7f2e..a1957fe 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,15 +1,15 @@
name: propertylistserialization
description: iOS compatible plist serialization and deserialization library for Dart.
-version: 1.4.0
+version: 1.4.1
homepage: https://github.com/electricbolt/dartpropertylistserialization
environment:
sdk: '>=3.0.0 <4.0.0'
dependencies:
- convert: ^3.1.1
+ convert: ^3.1.2
xml: ^6.5.0
dev_dependencies:
lint: ^2.3.0
- test: ^1.25.8
+ test: ^1.25.14
diff --git a/test/xmlpropertylistreader_test.dart b/test/xmlpropertylistreader_test.dart
index e3fc739..6b01925 100644
--- a/test/xmlpropertylistreader_test.dart
+++ b/test/xmlpropertylistreader_test.dart
@@ -395,6 +395,7 @@ void main() {
com.apple.security.app-sandbox
+