diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a0698d4..eebf57bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -5.6.9-SNAPSHOT / WIP +5.6.9 / 2023-04-05 ================== New functionality that are backwards-compatible: diff --git a/docker-compose.yml b/docker-compose.yml index 16037cc7..2e3fa60c 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,7 +1,7 @@ version: "2" services: referencedata-ui: - image: openlmis/dev-ui:9.0.5-RC1 + image: openlmis/dev-ui:9.0.5 ports: - "9000:9000" - "9876:9876" @@ -18,15 +18,15 @@ services: - ui-components - ui-layout auth-ui: - image: openlmis/auth-ui:6.2.9-RC1 + image: openlmis/auth-ui:6.2.9 volumes: - '/openlmis-auth-ui' ui-components: - image: openlmis/ui-components:7.2.8-RC1 + image: openlmis/ui-components:7.2.8 volumes: - '/openlmis-ui-components' ui-layout: - image: openlmis/ui-layout:5.2.3-RC1 + image: openlmis/ui-layout:5.2.3 volumes: - '/openlmis-ui-layout' image: diff --git a/project.properties b/project.properties index 66c93145..0a4d80e7 100644 --- a/project.properties +++ b/project.properties @@ -1,4 +1,4 @@ -version=5.6.9-RC1 +version=5.6.9 projectName=OpenLMIS Reference Data UI projectKey=referencedata-ui transifexProject=openlmis-referencedata-ui