From 179457226526a9ca71af90220f6d9f85dbe7616e Mon Sep 17 00:00:00 2001 From: Eric Franz Date: Fri, 23 Apr 2021 14:42:25 -0400 Subject: [PATCH] update changelog for 2.0.3 --- CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a4441a1cf7..7049167e4f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ 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] +## [2.0.3] - 2021-23-04 +### Fixed +- Change `HTTPD24_HTTPD_SCLS_ENABLED` back to default value since we no longer + need SCL Ruby for user mapping [#1072](https://github.com/OSC/ondemand/pull/1072) +- Fix minor cosmetic defect on files favorites nav [#1074](https://github.com/OSC/ondemand/pull/1074) + ## [2.0.2] - 2021-23-04 ### Changed @@ -708,7 +714,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/v2.0.2...HEAD +[Unreleased]: https://github.com/OSC/ondemand/compare/v2.0.3...HEAD +[2.0.3]: https://github.com/OSC/ondemand/compare/v2.0.2...v2.0.3 [2.0.2]: https://github.com/OSC/ondemand/compare/v2.0.1...v2.0.2 [2.0.1]: https://github.com/OSC/ondemand/compare/v2.0.0...v2.0.1 [2.0.0]: https://github.com/OSC/ondemand/compare/v1.8.19...v2.0.0