From 7f1c6fefc3df30c3bd7b4ab860e054e07c58da3a Mon Sep 17 00:00:00 2001 From: Jiri Pechanec Date: Wed, 9 Oct 2019 08:00:03 +0200 Subject: [PATCH] DBZ-1540 Update RPM spec to 0.10.0 --- rpms/postgres-decoderbufs.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rpms/postgres-decoderbufs.spec b/rpms/postgres-decoderbufs.spec index a37bbf6..98bf647 100644 --- a/rpms/postgres-decoderbufs.spec +++ b/rpms/postgres-decoderbufs.spec @@ -1,5 +1,5 @@ Name: postgres-decoderbufs -Version: 0.9.5 +Version: 0.10.0 Release: 1%{?dist} Summary: PostgreSQL Protocol Buffers logical decoder plugin @@ -43,5 +43,6 @@ A PostgreSQL logical decoder output plugin to deliver data as Protocol Buffers m %changelog +* Wed Oct 9 2019 - Jiri Pechanec 0.10.0-1 * Tue May 14 2019 - Jiri Pechanec 0.9.5-1 - Initial RPM packaging