From cd7d82388fdaa7dcc3e3ee53c5362471d5c8000d Mon Sep 17 00:00:00 2001 From: "A. Schulze" Date: Wed, 27 Mar 2024 22:38:22 +0100 Subject: [PATCH] Version 2.3.1 --- CHANGELOG.md | 2 +- scmdhttpd.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cee93ca..7b16120 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## main +## 2.3.1 - Referrer-policy changed to 'no-referrer' as suggested by internet.nl diff --git a/scmdhttpd.go b/scmdhttpd.go index 1c5f535..20caa37 100644 --- a/scmdhttpd.go +++ b/scmdhttpd.go @@ -25,7 +25,7 @@ import ( const ( certsDir = "certs" programName = "scmdHTTPd" - programVersion = "2.3.0" + programVersion = "2.3.1" ) var (