diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c413d3c..5c41fa3d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# 0.3.8 + +- Fix iOS local URL support (fixes #114) +- bugfix: Added google() repository to allprojects to satisfy androidx build rules +- fixed min sdk for android + # 0.3.7 - Added reloading url with headers diff --git a/pubspec.yaml b/pubspec.yaml index 5126630d..9705994a 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -7,8 +7,8 @@ authors: - Simon Lightfoot - Rafal Wachol homepage: https://github.com/dart-flitter/flutter_webview_plugin -version: 0.3.7 -maintainer: Simon Lightfoot (@slightfoot) +version: 0.3.8 +maintainer: Rafal Wachol (@RafalWachol) environment: sdk: ">=2.0.0 <3.0.0"