diff --git a/CHANGELOG.md b/CHANGELOG.md index d6ebaeb1..e52de1b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ -5.2.7-SNAPSHOT / WIP +5.2.7 / 2025-01-13 ================== +Improvements: +* [SELV3-793](https://openlmis.atlassian.net/browse/SELV3-793): Use EXTERNAL_DOMAINS env variable and dynamically include domains in csp 5.2.6 / 2024-10-31 ================== diff --git a/docker-compose.yml b/docker-compose.yml index 7e3153e9..3a6f9581 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,7 +1,7 @@ version: "2" services: ui-layout: - image: openlmis/dev-ui:9.0.8-SNAPSHOT + image: openlmis/dev-ui:9.0.7 ports: - "9000:9000" - "9876:9876" @@ -16,11 +16,11 @@ services: - auth-ui - ui-components auth-ui: - image: openlmis/auth-ui:6.2.14-SNAPSHOT + image: openlmis/auth-ui:6.2.14 volumes: - '/openlmis-auth-ui' ui-components: - image: openlmis/ui-components:7.2.13-SNAPSHOT + image: openlmis/ui-components:7.2.12 volumes: - '/openlmis-ui-components' image: diff --git a/project.properties b/project.properties index c734664c..960640f8 100755 --- a/project.properties +++ b/project.properties @@ -1,4 +1,4 @@ -version=5.2.7-SNAPSHOT +version=5.2.7 projectName=OpenLMIS UI Layout projectKey=ui-layout transifexProject=openlmis-ui-layout