From 17afb89c18f86aa4b5bc4b4254bc2994c9c0eae1 Mon Sep 17 00:00:00 2001
From: Joao Afonso <joao.afonso@cern.ch>
Date: Mon, 12 Dec 2022 14:54:33 +0100
Subject: [PATCH] Updated ReleaseNotes.md and cta.spec.in

---
 ReleaseNotes.md | 6 ++++++
 cta.spec.in     | 4 ++++
 2 files changed, 10 insertions(+)

diff --git a/ReleaseNotes.md b/ReleaseNotes.md
index 8ba19cf621..9116065753 100644
--- a/ReleaseNotes.md
+++ b/ReleaseNotes.md
@@ -1,3 +1,9 @@
+# v4.8.1-1
+
+## Summary
+### Bug fixes
+- cta/CTA#243 - Modify new queue cleanup protobuf fields from 'required' to 'optional'
+
 # v4.8.0-1
 
 ## Summary
diff --git a/cta.spec.in b/cta.spec.in
index 7665a5368a..56cf408e32 100644
--- a/cta.spec.in
+++ b/cta.spec.in
@@ -587,6 +587,10 @@ echo $(jq --argjson CTA_MAJOR_VERSION $cta_major_version '. += {"cta_major_versi
 
 
 %changelog
+* Mon Dec 12 2022 Joao Afonso <joao.afonso@cern.ch> - 4.8.1-1
+- Fixes bug with protobuf definition
+- See ReleaseNotes.md for more details
+
 * Mon Nov 28 2022 Joao Afonso <joao.afonso@cern.ch> - 4.8.0-1
 - This CTA release contains significant changes related to repacking, including the addition of new final and temporary states
 - Minor fixes and improvements to CTA
-- 
GitLab