diff --git a/CHANGELOG.md b/CHANGELOG.md index 34d37401..17bc299e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,17 @@ 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/). -## [Unreleased] +## [0.9] - 2023-11-03 + +### Added + +- [PR#178](https://github.com/SciTools-incubator/iris-esmf-regrid/pull/178) + Added support for coordinate systems with non-degree type units. + [@stephenworsley](https://github.com/stephenworsley) + +- [PR#311](https://github.com/SciTools-incubator/iris-esmf-regrid/pull/311) + Added support for Mesh to Mesh regridding. + [@HGWright](https://github.com/HGWright) ### Fixed diff --git a/esmf_regrid/__init__.py b/esmf_regrid/__init__.py index 3170a7a5..6235c53b 100644 --- a/esmf_regrid/__init__.py +++ b/esmf_regrid/__init__.py @@ -10,4 +10,4 @@ from .schemes import * -__version__ = "0.9.dev0" +__version__ = "0.9.0"