From 647851909b953bfe4365ec4bfdffb159060d68f8 Mon Sep 17 00:00:00 2001 From: Jeff Ohrstrom Date: Fri, 16 Jul 2021 09:31:32 -0400 Subject: [PATCH] add entry for ood_core --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 582f045c0a..7b841d7657 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - `kubectl` commands no longer log to syslog in [1290](https://github.com/OSC/ondemand/pull/1290). - `rake test` works directly now without having to force `RAILS_ENV` in [1285](https://github.com/OSC/ondemand/pull/1285). +### Changed + +- Updated `ood_core` to v0.17.2. + ## [2.0.12] - 2021-07-01 ### Fixed