diff --git a/CHANGELOG.MD b/CHANGELOG.MD index 1a7d081..b01c78a 100644 --- a/CHANGELOG.MD +++ b/CHANGELOG.MD @@ -1,4 +1,11 @@ # Changelog +## 3.4.1 +* Fix callbacks running outside the angular zone [#85](https://github.com/RaphaelJenni/FirebaseUI-Angular/issues/85) +* Fix bug introduced with 3.4.0 + +## 3.4.0 +* Add forFeature module initializer [#57](https://github.com/RaphaelJenni/FirebaseUI-Angular/issues/57) + ## 3.3.3 * Fix callbacks not getting updated [#81](https://github.com/RaphaelJenni/FirebaseUI-Angular/issues/81) diff --git a/projects/firebaseui-angular-library/package.json b/projects/firebaseui-angular-library/package.json index 6f7b581..19901c8 100644 --- a/projects/firebaseui-angular-library/package.json +++ b/projects/firebaseui-angular-library/package.json @@ -1,6 +1,6 @@ { "name": "firebaseui-angular", - "version": "3.4.0", + "version": "3.4.1", "repository": { "type": "git", "url": "https://github.com/RaphaelJenni/firebaseui-angular"