From 183b8c30911d9fa96b66c9f5b436813457240f86 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Charaoui?= <jerome@riseup.net>
Date: Sun, 12 Feb 2023 14:48:48 -0500
Subject: [PATCH] Releasing backupninja 1.2.2

---
 CHANGELOG.md | 3 ++-
 configure.ac | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index ba08259..30f82ac 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,7 +5,7 @@ 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).
 
-## UNRELEASED
+## [1.2.2] - 2023-02-12
 
 ### Added
 
@@ -25,6 +25,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 - [restic] restic handler doesn't initialize test variable (#11328)
 - [sys] remove old LUKS header backup file prior to regenerating (#11333)
 - [sys] don't cancel partition backup if hwinfo absent (#11333)
+- [tests] fixes and improvements
 
 ## [1.2.1] - 2021-01-25
 
diff --git a/configure.ac b/configure.ac
index 0bb4d80..02ffad8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@
 
 # The maintainer mode is causing me grief with newest versions of autotools
 #AM_MAINTAINER_MODE
-AC_INIT([backupninja],[1.2.1],[backupninja@lists.riseup.net])
+AC_INIT([backupninja],[1.2.2],[backupninja@lists.riseup.net])
 AC_CONFIG_SRCDIR([src/backupninja.in])
 AM_INIT_AUTOMAKE([foreign])
 
-- 
GitLab