diff --git a/CHANGELOG.md b/CHANGELOG.md index 39697a66..49feebc2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## [0.8] - 2023-08-22 + +### Added + +- [PR#289](https://github.com/SciTools-incubator/iris-esmf-regrid/pull/289) + Added the ability to regrid onto a Mesh as a target instead of a Cube. + [@stephenworsley](https://github.com/stephenworsley) + ## [0.7] - 2023-05-23 ### Added diff --git a/esmf_regrid/__init__.py b/esmf_regrid/__init__.py index f8f5d6cf..cc5d8ab3 100644 --- a/esmf_regrid/__init__.py +++ b/esmf_regrid/__init__.py @@ -10,4 +10,4 @@ from .schemes import * -__version__ = "0.8.dev0" +__version__ = "0.8.0"