From 5965c2901e5bfb92d598dfb43e728135d79aab31 Mon Sep 17 00:00:00 2001 From: Morgan Rodgers Date: Wed, 15 May 2019 12:25:19 -0400 Subject: [PATCH 1/2] Update Dashboard --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json index b42731cc31..7adf7c26c6 100644 --- a/config.json +++ b/config.json @@ -2,7 +2,7 @@ { "name": "dashboard", "url": "https://github.com/OSC/ood-dashboard", - "tag": "v1.33.1", + "tag": "v1.33.2", "app": true }, { From 1f57dfac8eeee1b65baae6cceb8f2b602326d603 Mon Sep 17 00:00:00 2001 From: Morgan Rodgers Date: Wed, 15 May 2019 12:25:33 -0400 Subject: [PATCH 2/2] Update changelog for release --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 25b530771f..e6023e33ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ 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.1] - 2019-05-15 +### Fixed +- Fixed crashing bug in Dashboard + ## [1.6.0] - 2019-05-10 ### Added - Added ability to render HTML or Markdown in job template manifests ([#278](https://github.com/OSC/ood-myjobs/issues/278)) @@ -157,7 +161,8 @@ 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.0...HEAD +[Unreleased]: https://github.com/OSC/ondemand/compare/v1.6.1...HEAD +[1.6.1]: https://github.com/OSC/ondemand/compare/v1.6.0...v1.6.1 [1.6.0]: https://github.com/OSC/ondemand/compare/v1.5.5...v1.6.0 [1.5.5]: https://github.com/OSC/ondemand/compare/v1.5.4...v1.5.5 [1.5.4]: https://github.com/OSC/ondemand/compare/v1.5.3...v1.5.4