From 6423d04c1edecb10e6353912cf4371a49cac227c Mon Sep 17 00:00:00 2001 From: Jeff Ohrstrom Date: Tue, 6 Oct 2020 16:05:39 -0400 Subject: [PATCH] update changelog for v1.14.8 --- CHANGELOG.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a54af6fff..4ebd05b3cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,9 +6,17 @@ 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.8.14] - 2020-10-06 ### Added - log formatting options for apache and nginx access logs [#677] (https://github.com/OSC/ondemand/pull/677) +### Changed +- Changed language to 'Open XDMoD' [#687](https://github.com/OSC/ondemand/pull/687). +- Update to 5.2.4.4 and ood_core 0.14.0 [#690](https://github.com/OSC/ondemand/pull/690). + +### Fixed +- Fixed XDMoD queries for staff users [#688](https://github.com/OSC/ondemand/pull/688). + ## [1.8.13] - 2020-09-21 ### Changed - make it easier to develop info.html.erb in batch connect apps by gracefully handling crashes and now rendering template from the app root instead of storing a copy of the template in the session [#666](https://github.com/OSC/ondemand/pull/666) @@ -564,7 +572,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.8.13...HEAD +[Unreleased]: https://github.com/OSC/ondemand/compare/v1.8.14...HEAD +[1.8.14]: https://github.com/OSC/ondemand/compare/v1.8.13...v1.8.14 [1.8.13]: https://github.com/OSC/ondemand/compare/v1.8.12...v1.8.13 [1.8.12]: https://github.com/OSC/ondemand/compare/v1.8.11...v1.8.12 [1.8.11]: https://github.com/OSC/ondemand/compare/v1.8.10...v1.8.11