Skip to content

Commit

Permalink
5.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ngraczewski committed Nov 9, 2017
1 parent 06cfa63 commit b7aacc4
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
5.2.0 / WIP
===========
5.2.0 / 2017-11-09
==================

Improvements:
* [OLMIS-2956:](https://openlmis.atlassian.net/browse/OLMIS-2956) Removed UserRightFactory from requisition-initiate module, and replaced with permissionService
Expand All @@ -19,7 +19,7 @@ Bug fixes:
* [OLMIS-3322:](https://openlmis.atlassian.net/browse/OLMIS-3322) Added storing initiated requisition in offline cache.

5.1.1 / 2017-09-01
===========
==================

* [OLMIS-2797::](https://openlmis.atlassian.net/browse/OLMIS-2797) Updated product-grid error messages to use openlmis-invalid.

Expand All @@ -40,7 +40,7 @@ Bug fixes:
* [OLMIS-3017:](https://openlmis.atlassian.net/browse/OLMIS-3017) Fixed problem with outdated status messages after Authorize action.

5.1.0 / 2017-06-22
===========
==================

New functionality added in a backwards-compatible manner:
* [MW-244:](https://openlmis.atlassian.net/browse/MW-244) Added support for requisition REJECTED status.
Expand Down
12 changes: 6 additions & 6 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,27 +22,27 @@ services:
- ui-components
- ui-layout
auth-ui:
image: openlmis/auth-ui:6.0.0-SNAPSHOT
image: openlmis/auth-ui:6.0.0
volumes:
- '/openlmis-auth-ui'
fulfillment-ui:
image: openlmis/fulfillment-ui:5.1.0-SNAPSHOT
image: openlmis/fulfillment-ui:5.1.0
volumes:
- '/openlmis-fulfillment-ui'
referencedata-ui:
image: openlmis/referencedata-ui:5.2.2-SNAPSHOT
image: openlmis/referencedata-ui:5.2.2
volumes:
- '/openlmis-referencedata-ui'
stockmanagement-ui:
image: openlmis/stockmanagement-ui:1.0.1-SNAPSHOT
image: openlmis/stockmanagement-ui:1.0.1
volumes:
- '/openlmis-stockmanagement-ui'
ui-components:
image: openlmis/ui-components:5.2.0-SNAPSHOT
image: openlmis/ui-components:5.2.0
volumes:
- '/openlmis-ui-components'
ui-layout:
image: openlmis/ui-layout:5.0.3-SNAPSHOT
image: openlmis/ui-layout:5.0.3
volumes:
- '/openlmis-ui-layout'
image:
Expand Down
2 changes: 1 addition & 1 deletion version.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=5.2.0-SNAPSHOT
version=5.2.0

0 comments on commit b7aacc4

Please sign in to comment.