diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 48b42530..942a9ad7 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,13 @@ Changelog ========= +0.23.4 (2024-08-08) +------------------- + + - Extend perun import CLI with import directory option + - Extend perun import with option to specify custom profile stats + - Add support for importing profiles using a CSV file + 0.23.3 (2024-07-31) ------------------- diff --git a/meson.build b/meson.build index 52f505f7..965c17c3 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'perun', 'c', - version: '0.23.3', + version: '0.23.4', license: 'GPL-3', meson_version: '>=1.0.0', default_options: [