diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ad3bb67..4a1a39d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ -5.4.0 / WIP -=========== +5.4.0 / 2018-08-16 +================== New functionality added in a backwards-compatible manner: * [OLMIS-2245](https://openlmis.atlassian.net/browse/OLMIS-2245): Added Users number column to Role List screen. diff --git a/docker-compose.yml b/docker-compose.yml index 27fe7863..776fc282 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,7 +1,7 @@ version: "2" services: referencedata-ui: - image: openlmis/dev-ui:8.0.0-SNAPSHOT + image: openlmis/dev-ui:8.0.0 ports: - "9000:9000" - "9876:9876" @@ -18,15 +18,15 @@ services: - ui-components - ui-layout auth-ui: - image: openlmis/auth-ui:6.1.1-SNAPSHOT + image: openlmis/auth-ui:6.1.1 volumes: - '/openlmis-auth-ui' ui-components: - image: openlmis/ui-components:6.0.0-SNAPSHOT + image: openlmis/ui-components:6.0.0 volumes: - '/openlmis-ui-components' ui-layout: - image: openlmis/ui-layout:5.1.1-SNAPSHOT + image: openlmis/ui-layout:5.1.1 volumes: - '/openlmis-ui-layout' image: diff --git a/project.properties b/project.properties index 8d189f38..1941cb52 100644 --- a/project.properties +++ b/project.properties @@ -1,4 +1,4 @@ -version=5.4.0-SNAPSHOT +version=5.4.0 projectName=OpenLMIS Reference Data UI projectKey=referencedata-ui transifexProject=openlmis-referencedata-ui