diff --git a/CHANGELOG.md b/CHANGELOG.md index a99a3497..adddb9d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ -7.2.0 / Work in Progress -======================== +7.2.0 / 2019-10-17 +================== New functionality added in a backwards-compatible manner: * [OLMIS-6350](https://openlmis.atlassian.net/browse/OLMIS-6350): Added openlmisOkIcon component. diff --git a/docker-compose.yml b/docker-compose.yml index dea4e360..b8e8c1af 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,7 +1,7 @@ version: "2" services: ui-components: - image: openlmis/dev-ui:9.0.1-SNAPSHOT + image: openlmis/dev-ui:9.0.1 ports: - "9000:9000" - "9876:9876" diff --git a/project.properties b/project.properties index fdb2a21e..e4d39c08 100755 --- a/project.properties +++ b/project.properties @@ -1,4 +1,4 @@ -version=7.2.0-SNAPSHOT +version=7.2.0 projectName=OpenLMIS UI Components projectKey=ui-components transifexProject=openlmis-ui-components