diff --git a/Makefile b/Makefile index 768435f..228b7e7 100644 --- a/Makefile +++ b/Makefile @@ -37,8 +37,8 @@ clean: rc clean-artifacts ## EVEN RELEASES are AMO RELEASES ## ODD RELEASES are SELFHOSTED RELEASES -MOZ_VERSION=2.6.0 -VERSION=2.6.1 +MOZ_VERSION=2.7.0 +VERSION=2.7.1 ## INCREMENT THIS EVERY TIME YOU DO A RELEASE LAST_VERSION=$(shell grep '"version"' manifest.json | sed 's|"version"||g' | tr -d " :,'" | tr -d '"') diff --git a/debian/changelog b/debian/changelog index bf19eb8..b546e8e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,14 +1,20 @@ +i2psetproxy.js (2.7.1-1) UNRELEASED; urgency=low + + * Make `Referer:` header handling more fine-grained + + -- idk Fri, 04 Sep 2024 17:38:04 -0400 + i2psetproxy.js (2.6.1-1) UNRELEASED; urgency=low * Fix bug where all local services were routed to the routerconsole container - -- idk Sun, 18 August 2024 21:20:04 -0400 + -- idk Sun, 18 Aug 2024 21:20:04 -0400 i2psetproxy.js (2.5.9-1) UNRELEASED; urgency=low * Minor refactoring, simplifications - -- idk Thu, 10 July 2024 13:40:40 -0400 + -- idk Thu, 10 Jul 2024 13:40:40 -0400 i2psetproxy.js (1.49-1) UNRELEASED; urgency=low