diff --git a/CHANGELOG.md b/CHANGELOG.md index d2baa24384..651e24662b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### Fixed - Fixed possible crash when running the Job Composer for the first time +- Fix sorting of cluster dropdown ([#168](https://github.com/OSC/ood-activejobs/issues/168)) ## [1.6.3] - 2019-05-21 ### Fixed diff --git a/config.json b/config.json index 81da3503da..679e1664bd 100644 --- a/config.json +++ b/config.json @@ -8,7 +8,7 @@ { "name": "shell", "url": "https://github.com/OSC/ood-shell", - "tag": "v1.4.3", + "tag": "v1.4.4", "app": true }, { @@ -26,7 +26,7 @@ { "name": "activejobs", "url": "https://github.com/OSC/ood-activejobs", - "tag": "v1.9.1", + "tag": "v1.9.2", "app": true }, {