diff --git a/NEWS.md b/NEWS.md index d75379b..cc8c248 100644 --- a/NEWS.md +++ b/NEWS.md @@ -6,17 +6,13 @@ 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/spec/v2.0.0.html). -## [Unreleased] - -### Added +## [ 1.5.1 ] - 2023-10-31 ### Changed - Fix possible missing translations [#64](https://github.com/orontee/taranis/issues/64) -### Removed - ## [ 1.5.0 ] - 2023-10-26 ### Added diff --git a/meson.build b/meson.build index 50e02f2..f0c670a 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'taranis', 'cpp', - version: '1.5.0', + version: '1.5.1', meson_version: '>= 0.61.2', default_options : [ 'cpp_std=c++17',