diff --git a/NEWS.md b/NEWS.md index 8441b38..df5c0ba 100644 --- a/NEWS.md +++ b/NEWS.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.2.1] - 2020-06-16 + +### Changed + + - Tests updated for new Gridap inner product format + ## [0.2.0] - 2020-04-26 ### Added diff --git a/Project.toml b/Project.toml index d95e4c2..aaa8847 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "GridapODEs" uuid = "55e38337-5b6e-4c7c-9cfc-e00dd49102e6" authors = ["Santiago Badia"] -version = "0.2.0" +version = "0.2.1" [deps] ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"