From 24fc6dcd32a313f5a55c28d1c3bc8c8c57b1fe0e Mon Sep 17 00:00:00 2001 From: Leon Lynch Date: Sun, 19 Dec 2021 12:11:50 +0100 Subject: [PATCH] Update version to 0.3.0 --- CMakeLists.txt | 2 +- rpm_changelog.txt | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index cbd05e7..7cbdc3a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,7 +8,7 @@ cmake_minimum_required(VERSION 3.16) project(tr31 - VERSION 0.2.1 + VERSION 0.3.0 DESCRIPTION "TR-31 library and tools" HOMEPAGE_URL "https://github.com/ono-connect/tr31" LANGUAGES C diff --git a/rpm_changelog.txt b/rpm_changelog.txt index 16c2887..c960226 100644 --- a/rpm_changelog.txt +++ b/rpm_changelog.txt @@ -1,3 +1,7 @@ +* Sun Dec 19 2021 Leon Lynch - 0.3.0-1 +- Update to tr31-0.3.0 +- Use MbedTLS + * Sun Nov 07 2021 Leon Lynch - 0.2.1-1 - Update to tr31-0.2.1 - Add documentation to packaging