diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f5b8279..0c7b74fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## mp-units +### 2.5.0 WIP { id="2.5.0" } + ### 2.4.0 November 5, 2024 { id="2.4.0" } - (!) feat: `phase_velocity` and `group_velocity` aliases removed from ISQ by ISO diff --git a/README.md b/README.md index 43511b87..8f4f7f40 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ [![GitHub Workflow Documentation](https://img.shields.io/github/actions/workflow/status/mpusz/mp-units/documentation.yml?branch=master&label=Documentation)](https://github.com/mpusz/mp-units/actions?query=workflow%3ADocumentation+branch%3Amaster) [![Conan stable](https://img.shields.io/conan/v/mp-units?label=ConanCenter&color=blue)](https://conan.io/center/mp-units) -[![Conan testing](https://img.shields.io/badge/mpusz.jfrog.io-2.4.0%3Atesting-blue)](https://mpusz.jfrog.io/ui/packages/conan:%2F%2Fmp-units/2.4.0) +[![Conan testing](https://img.shields.io/badge/mpusz.jfrog.io-2.5.0%3Atesting-blue)](https://mpusz.jfrog.io/ui/packages/conan:%2F%2Fmp-units/2.5.0) # `mp-units` - The quantities and units library for C++ diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index f698ac53..8b19f595 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -21,7 +21,7 @@ # SOFTWARE. cmake_minimum_required(VERSION 3.25) -project(mp-units VERSION 2.4.0 LANGUAGES CXX) +project(mp-units VERSION 2.5.0 LANGUAGES CXX) set(projectPrefix MP_UNITS_)