From 63b84112206949405567ca29fc46798784db69b4 Mon Sep 17 00:00:00 2001 From: Xe Iaso Date: Thu, 1 May 2025 13:24:37 -0400 Subject: [PATCH] Version 1.17.1: Asahi sas Brutus: Echo 1 - Added customization of authorization cookie expiration time with `--cookie-expiration-time` flag or envvar - Updated the `OG_PASSTHROUGH` to be true by default, thereby allowing OpenGraph tags to be passed through by default - Added the ability to [customize Anubis' HTTP status codes](./admin/configuration/custom-status-codes.mdx) ([#355](https://github.com/TecharoHQ/anubis/issues/355)) Signed-off-by: Xe Iaso --- VERSION | 2 +- docs/docs/CHANGELOG.md | 4 +++- package.json | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index 092afa1..511a76e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.17.0 +1.17.1 diff --git a/docs/docs/CHANGELOG.md b/docs/docs/CHANGELOG.md index 1c51e8c..0cab47f 100644 --- a/docs/docs/CHANGELOG.md +++ b/docs/docs/CHANGELOG.md @@ -10,8 +10,10 @@ 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). ## [Unreleased] -- Added customization of authorization cookie expiration time with `--cookie-expiration-time` flag or envvar +## v1.17.1: Asahi sas Brutus: Echo 1 + +- Added customization of authorization cookie expiration time with `--cookie-expiration-time` flag or envvar - Updated the `OG_PASSTHROUGH` to be true by default, thereby allowing OpenGraph tags to be passed through by default - Added the ability to [customize Anubis' HTTP status codes](./admin/configuration/custom-status-codes.mdx) ([#355](https://github.com/TecharoHQ/anubis/issues/355)) diff --git a/package.json b/package.json index c88b2a0..776a4e4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@techaro/anubis", - "version": "1.17.0", + "version": "1.17.1", "description": "", "main": "index.js", "scripts": {