diff --git a/Makefile b/Makefile index 8bd3493..81530f8 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ BUILD_DIR := $(CURDIR)/build # the package version from there directly. The C code picks up VERSION # via the generated src/version.h (written by the version-header target # below and depended on by the module build). -VERSION := 0.2.0 +VERSION := 0.3.0 NGINX_SRC ?= diff --git a/debian/changelog b/debian/changelog index dad5b35..17f68f3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +nginx-ipng-stats-plugin (0.3.0-1) unstable; urgency=medium + + * Pre-release v0.3.0. + + -- Pim van Pelt Sat, 18 Apr 2026 11:47:26 +0200 + nginx-ipng-stats-plugin (0.2.0-1) unstable; urgency=medium * Reduce scrape cardinality.