diff --git a/SPECS/dnsrouter.spec b/SPECS/dnsrouter.spec index 3aec599..1d38f31 100644 --- a/SPECS/dnsrouter.spec +++ b/SPECS/dnsrouter.spec @@ -3,7 +3,7 @@ %global gh_user jc21 Name: dnsrouter -Version: 0.0.3 +Version: 0.0.4 Release: 1%{?dist} Summary: Simple DNS daemon to redirect requests based on domain names Group: Applications/System @@ -46,5 +46,9 @@ install -Dm 644 %{SOURCE1} $RPM_BUILD_ROOT%{_unitdir}/%{name}.service %systemd_postun_with_restart %{name}.service %changelog +* Mon Jun 28 2021 Jamie Curnow 0.0.4-1 +- https://github.com/jc21/dnsrouter/releases/tag/v0.0.4 + * Fri Jun 25 2021 Jamie Curnow 0.0.3-1 - https://github.com/jc21/dnsrouter/releases/tag/v0.0.3 + diff --git a/rpm.json b/rpm.json index 97b0e22..b0d0c5e 100644 --- a/rpm.json +++ b/rpm.json @@ -2,6 +2,6 @@ "publish": { "PACKAGE": "dnsrouter", "GH_USER": "jc21-rpm", - "VERSION": "0.0.3" + "VERSION": "0.0.4" } }