Skip to content

Commit

Permalink
update changelog, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
eyedeekay committed Oct 4, 2024
1 parent bce9faa commit cc13ba8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 '"')
Expand Down
10 changes: 8 additions & 2 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,14 +1,20 @@
i2psetproxy.js (2.7.1-1) UNRELEASED; urgency=low

* Make `Referer:` header handling more fine-grained

-- idk <[email protected]> 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 <[email protected]> Sun, 18 August 2024 21:20:04 -0400
-- idk <[email protected]> Sun, 18 Aug 2024 21:20:04 -0400

i2psetproxy.js (2.5.9-1) UNRELEASED; urgency=low

* Minor refactoring, simplifications

-- idk <[email protected]> Thu, 10 July 2024 13:40:40 -0400
-- idk <[email protected]> Thu, 10 Jul 2024 13:40:40 -0400

i2psetproxy.js (1.49-1) UNRELEASED; urgency=low

Expand Down

0 comments on commit cc13ba8

Please sign in to comment.