diff --git a/CHANGELOG.md b/CHANGELOG.md index 4389828..c523091 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.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [dev] - YYYY-MM-DD + +### Added + +### Changed + +### Fixed + ## [2.2.0] - 2026-04-16 ### Added diff --git a/mkl_fft/_version.py b/mkl_fft/_version.py index 8a124bf..70e4af9 100644 --- a/mkl_fft/_version.py +++ b/mkl_fft/_version.py @@ -1 +1 @@ -__version__ = "2.2.0" +__version__ = "2.3.0dev0"