diff --git a/container/CHANGELOG.md b/container/CHANGELOG.md index 18f706afdc..a20add38bb 100644 --- a/container/CHANGELOG.md +++ b/container/CHANGELOG.md @@ -4,6 +4,14 @@ +## [v1.5.0] (2024-11-29) + +#### :rocket: Added + +* [#4031](https://github.com/SAP/luigi/pull/4031) Adds possibility to change route/viewUrl in iframe based mfe ([@walmazacn](https://github.com/walmazacn)) + + + ## [v1.4.0] (2024-11-05) #### :rocket: Added @@ -54,4 +62,5 @@ [v1.1.0]: https://github.com/SAP/luigi/compare/container/v1.0.0...container/v1.1.0 [v1.2.0]: https://github.com/SAP/luigi/compare/container/v1.1.0...container/v1.2.0 [v1.3.0]: https://github.com/SAP/luigi/compare/container/v1.2.0...container/v1.3.0 -[v1.4.0]: https://github.com/SAP/luigi/compare/container/v1.3.0...container/v1.4.0 \ No newline at end of file +[v1.4.0]: https://github.com/SAP/luigi/compare/container/v1.3.0...container/v1.4.0 +[v1.5.0]: https://github.com/SAP/luigi/compare/container/v1.4.0...container/v1.5.0 \ No newline at end of file diff --git a/container/public/package.json b/container/public/package.json index 58a0e2e444..01d4c2af6b 100644 --- a/container/public/package.json +++ b/container/public/package.json @@ -20,5 +20,5 @@ "micro-frontends", "microfrontends" ], - "version": "1.4.0" + "version": "1.5.0" } \ No newline at end of file