From 37eaf10f05e79cbc74a11dc4d482c1eda6bab451 Mon Sep 17 00:00:00 2001 From: Matthias Meulien Date: Fri, 20 Dec 2024 07:36:22 +0100 Subject: [PATCH] Prepare for release 1.11.2 --- NEWS.md | 7 +++++++ meson.build | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index aa55ef0..74e83be 100644 --- a/NEWS.md +++ b/NEWS.md @@ -6,6 +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). +## [1.11.12 - 2024-12-20] + +### Changed + +- Update of German and Ukrainian translations + [#22](https://github.com/orontee/taranis/issues/22) + ## [1.11.1 - 2024-12-6] ### Changed diff --git a/meson.build b/meson.build index e192e00..b790dad 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'taranis', 'cpp', - version: '1.11.1', + version: '1.11.2', meson_version: '>= 0.61.2', default_options : [ 'cpp_std=c++17',