From 3f56825a36be680833c1f1efe3cf310049bb8e57 Mon Sep 17 00:00:00 2001 From: Nick Featherstone Date: Wed, 29 May 2024 14:22:34 -0600 Subject: [PATCH] Update CHANGELOG.md Updated CHANGELOG.md to reflect new version change. --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a0ee5ff5..2735712b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,12 @@ Add new entries a the bottom of the current list in the subheading. Item format: This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +### Added +### Changed +### Fixed + +## [1.2.0] - 5-29-2024 + ### Added - Rayleigh's configure script now supports the MKL package provided by the Debian and Ubuntu package repositories. This feature is accessed by invoking the -debian-mkl flag when running configure. \[Philipp Edelmann; 9-14-2022; [#386](https://github.com/geodynamics/Rayleigh/pull/386)\]