diff --git a/CHANGELOG.md b/CHANGELOG.md index 20ed71e..c7a7a53 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ 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/). +## 0.4.2 (2025-09-15) + +New contributors: + - [@tdickinson29](https://github.com/tdickinson29) + +Fixed: + - When validating input with a source dataset, use the passed `time_dim` argument ([#62](https://github.com/xarray-contrib/xarray-regrid/pull/62)). + ## 0.4.1 (2025-04-08) Fixed: diff --git a/src/xarray_regrid/__init__.py b/src/xarray_regrid/__init__.py index 7b565fc..0dcaaec 100644 --- a/src/xarray_regrid/__init__.py +++ b/src/xarray_regrid/__init__.py @@ -9,4 +9,4 @@ "methods", ] -__version__ = "0.4.1" +__version__ = "0.4.2"