From 6aa34b430055576b92ca80d78f0f84e745cdad53 Mon Sep 17 00:00:00 2001 From: Morgan Rodgers Date: Mon, 3 Jun 2019 09:33:41 -0400 Subject: [PATCH] Update changelog for release --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 75d0dcd..46229fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,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] +## [0.5.2] - 2019-06-03 +### Changed +- Intel 18.0.3 replaces 16.0.3 and is now always loaded, instead of only when a GPU node is selected + ## [0.5.1] - 2019-01-21 ### Fixed - Fixed front end to allow ppn control to remain blank @@ -75,7 +79,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### Added - Initial release! -[Unreleased]: https://github.com/OSC/bc_osc_abaqus/compare/v0.5.1...HEAD +[Unreleased]: https://github.com/OSC/bc_osc_abaqus/compare/v0.5.2...HEAD +[0.5.2]: https://github.com/OSC/bc_osc_abaqus/compare/v0.5.1...v0.5.2 [0.5.1]: https://github.com/OSC/bc_osc_abaqus/compare/v0.5.0...v0.5.1 [0.5.0]: https://github.com/OSC/bc_osc_abaqus/compare/v0.4.0...v0.5.0 [0.4.0]: https://github.com/OSC/bc_osc_abaqus/compare/v0.3.0...v0.4.0