From 146d775df7af8f1dc3f88ba94c81258d68a0a7ec Mon Sep 17 00:00:00 2001 From: Lukas Jelinek <lukas.jelinek@nic.cz> Date: Wed, 10 Jan 2024 13:55:52 +0100 Subject: [PATCH] Release version 2.1.1 --- CHANGELOG.md | 7 ++++++- configure.ac | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 68e59e7..0d77ae2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,13 @@ 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.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [2.1.0] - 2023-01-10 +## [2.1.1] - 2024-01-10 +## Fixed +- example values +- README text format + +## [2.1.0] - 2023-01-10 ### Added - log czmq with logc_czmq - device token unit tests diff --git a/configure.ac b/configure.ac index a72921e..0c9991c 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([sentinel-proxy], [2.1.0], [tech.support@turris.cz]) +AC_INIT([sentinel-proxy], [2.1.1], [tech.support@turris.cz]) AC_CONFIG_MACRO_DIRS([.m4 m4]) AC_CONFIG_AUX_DIR([.aux]) -- GitLab