diff --git a/CHANGELOG.md b/CHANGELOG.md index 651e24662b..d1c422d6b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,13 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [1.6.5] - 2019-06-20 +### Changed +- Added new check to enable developer mode in Dashboard + +### Fixed +- Fixed bugs with Firefox and MS Edge in the Shell + ## [1.6.4] - 2019-06-16 ### Added - Added VNC quality and compression controls to Dashboard @@ -181,7 +188,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - From 1.3.7 - 1.4.2 updated app versions -[Unreleased]: https://github.com/OSC/ondemand/compare/v1.6.3...HEAD +[Unreleased]: https://github.com/OSC/ondemand/compare/v1.6.5...HEAD +[1.6.5]: https://github.com/OSC/ondemand/compare/v1.6.4...v1.6.5 +[1.6.4]: https://github.com/OSC/ondemand/compare/v1.6.3...v1.6.4 [1.6.3]: https://github.com/OSC/ondemand/compare/v1.6.2...v1.6.3 [1.6.2]: https://github.com/OSC/ondemand/compare/v1.6.1...v1.6.2 [1.6.1]: https://github.com/OSC/ondemand/compare/v1.6.0...v1.6.1 diff --git a/config.json b/config.json index 679e1664bd..a2245d3488 100644 --- a/config.json +++ b/config.json @@ -2,13 +2,13 @@ { "name": "dashboard", "url": "https://github.com/OSC/ood-dashboard", - "tag": "v1.34.0", + "tag": "v1.35.0", "app": true }, { "name": "shell", "url": "https://github.com/OSC/ood-shell", - "tag": "v1.4.4", + "tag": "v1.4.5", "app": true }, {