Skip to content

Commit

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

New functionality
* [OLMIS-2956:](https://openlmis.atlassian.net/browse/OLMIS-2956) Simplified login and authorization services by removing "user rights" functionality and moving to openlmis-referencedata-ui.
Expand All @@ -12,11 +12,10 @@ Bug fixes which are backwards-compatible:
* [OLMIS-3140](https://openlmis.atlassian.net/browse/OLMIS-3140): Added loading icon on forgot password modal.

Improvements:

* Updated dev-ui version to 6.

5.0.3 / 2017-09-01
===========
==================

New functionality added in backwards-compatiable manner
* [OLMIS-3085:](https://openlmis.atlassian.net/browse/OLMIS-3085) Added standard login and logout events.
Expand All @@ -28,7 +27,7 @@ Bug fixes and security updates:
* [OLMIS-2867](https://openlmis.atlassian.net/browse/OLMIS-2867): Added message when user tries to log in while offline.

5.0.2 / 2017-06-22
===========
==================

New functionality added in backwards-compatiable manner
* [OLMIS-2553](https://openlmis.atlassian.net/browse/OLMIS-2553): Removed login offline functionality and added warning when logging out while offline.
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ services:
- ui-components
- ui-layout
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=6.0.0-SNAPSHOT
version=6.0.0

0 comments on commit 6d15157

Please sign in to comment.