From 4fdac24145da6bd21fcc0ef3beb291f9797e43f5 Mon Sep 17 00:00:00 2001 From: gindibay Date: Tue, 29 Aug 2023 17:36:08 +0300 Subject: [PATCH] Bump debian pg_cron to 1.6.0 --- debian/changelog | 7 +++++++ pkgvars | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 99031e13b..340dfbee3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +pgcron (1.6.0.citus-1) stable; urgency=low + + * Official 1.6.0 release of PG Cron + * Adds support for PostgreSQL 16 + + -- Gurkan Indibay Tue, 29 Aug 2023 17:55:45 +0000 + pgcron (1.5.2.citus-1) stable; urgency=low * Official 1.5.2 release of PG Cron diff --git a/pkgvars b/pkgvars index 84c68776d..e5e518d12 100644 --- a/pkgvars +++ b/pkgvars @@ -1,4 +1,4 @@ pkgname=pgcron hubproj=pg_cron pkgdesc='Periodic job scheduler of PostgreSQL' -pkglatest=1.5.2.citus-1 +pkglatest=1.6.0.citus-1