diff --git a/CHANGELOG.md b/CHANGELOG.md index bcbe4440..3b48cb04 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # CHANGES +## 0.10.4 + +- Fix bug in transform logic [#122](https://github.com/dnfield/flutter_svg/issues/122) +- Avoid defaulting to the rootBundle, using th DefaultAssetBundle instead when + resolving pictures [#118](https://github.com/dnfield/flutter_svg/pull/118) + ## 0.10.3 - Pin dart-xml to 3.2.5, as 3.3.0 is a breaking change (next release will diff --git a/pubspec.yaml b/pubspec.yaml index 15eadd30..a93f3e02 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,7 +2,7 @@ name: flutter_svg description: An SVG rendering and widget library for Flutter, which allows painting and displaying Scalable Vector Graphics 1.1 files. author: Dan Field homepage: https://github.com/dnfield/flutter_svg -version: 0.10.3 +version: 0.10.4 dependencies: path_drawing: ^0.4.0