From 9b8c812a6bd483043c6addf48f4a2b159436a447 Mon Sep 17 00:00:00 2001
From: Navid Yaghoobi <navidys@fedoraproject.org>
Date: Sat, 3 Aug 2024 16:34:00 +1000
Subject: [PATCH] Bump to v1.2.0

Signed-off-by: Navid Yaghoobi <navidys@fedoraproject.org>
---
 cmd/version.go       |  2 +-
 podman-tui.spec.rpkg | 16 ++++++++++++++--
 2 files changed, 15 insertions(+), 3 deletions(-)

diff --git a/cmd/version.go b/cmd/version.go
index c193192e..05ad62b4 100644
--- a/cmd/version.go
+++ b/cmd/version.go
@@ -7,7 +7,7 @@ import (
 )
 
 const (
-	appVersion = "1.2.0-dev"
+	appVersion = "1.2.0"
 )
 
 // versionCmd represents the version command.
diff --git a/podman-tui.spec.rpkg b/podman-tui.spec.rpkg
index e431efaf..bb9f6765 100644
--- a/podman-tui.spec.rpkg
+++ b/podman-tui.spec.rpkg
@@ -16,7 +16,7 @@
 
 Name: podman-tui
 Version: 1.2.0
-Release: dev.1%{?dist}
+Release: 1%{?dist}
 Summary: Podman Terminal User Interface
 License: ASL 2.0
 URL: %{git0}
@@ -60,7 +60,19 @@ install -p ./bin/%{name} %{buildroot}%{_bindir}
 %{_bindir}/%{name}
 
 %changelog
-* Sun Jun 02 2024 Navid Yaghoobi <navidys@fedoraproject.org> 1.2.0-dev-1
+* Sat Aug 03 2024 Navid Yaghoobi <navidys@fedoraproject.org> 1.2.0-1
+- New feature - secrets page
+- Secret create and remove command
+- Fix container exec error dialog hang
+- Packit targets update
+- Vagrant update to fedora 40
+- Go version update 1.21.0
+- README.md update
+- Bump github.com/containers/podman/v5 from 5.1.0 to 5.2.0
+- Bump github.com/containers/common from 0.59.1 to 0.59.2
+- Bump golang.org/x/crypto from 0.23.0 to 0.25.0
+- Bump github.com/gorilla/schema from 1.3.0 to 1.4.1
+- Bump github.com/spf13/cobra from 1.8.0 to 1.8.1
 
 * Sun Jun 02 2024 Navid Yaghoobi <navidys@fedoraproject.org> 1.1.0-1
 - Bump github.com/containers/podman from 5.0.3 to 5.1.0