From 1a19d7eee4e1373a2c4346e799ba89283a432b75 Mon Sep 17 00:00:00 2001 From: Xe Iaso Date: Tue, 22 Jul 2025 16:32:06 -0400 Subject: [PATCH] chore: release v1.21.1 (#887) Signed-off-by: Xe Iaso --- VERSION | 2 +- docs/docs/CHANGELOG.md | 6 ++++-- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 8 insertions(+), 6 deletions(-) diff --git a/VERSION b/VERSION index 3500250..2844977 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.21.0 +1.21.1 diff --git a/docs/docs/CHANGELOG.md b/docs/docs/CHANGELOG.md index 0533e8d..a0806e9 100644 --- a/docs/docs/CHANGELOG.md +++ b/docs/docs/CHANGELOG.md @@ -13,11 +13,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +## v1.21.1: Minfilia Warde - Echo 1 + - Expired records are now properly removed from bbolt databases ([#848](https://github.com/TecharoHQ/anubis/pull/848)). - Fix hanging on service restart ([#853](https://github.com/TecharoHQ/anubis/issues/853)) ### Added +Anubis now supports the [`missingHeader`](./admin/configuration/expressions.mdx#missingHeader) to assert the absence of headers in requests. + #### New locales Anubis now supports these new languages: @@ -28,8 +32,6 @@ Anubis now supports these new languages: - [Norwegian Nynorsk](https://github.com/TecharoHQ/anubis/pull/855) - [Russian](https://github.com/TecharoHQ/anubis/pull/882) -Anubis now supports the [`missingHeader`](./admin/configuration/expressions.mdx#missingHeader) to assert the absence of headers in requests. - ### Fixes #### Fix ["error: can't get challenge"](https://github.com/TecharoHQ/anubis/issues/869) when details about a challenge can't be found in the server side state diff --git a/package-lock.json b/package-lock.json index 2dcc56d..49d2666 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@techaro/anubis", - "version": "1.21.0", + "version": "1.21.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@techaro/anubis", - "version": "1.21.0", + "version": "1.21.1", "license": "ISC", "devDependencies": { "cssnano": "^7.1.0", diff --git a/package.json b/package.json index e4dd7b5..6518f4d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@techaro/anubis", - "version": "1.21.0", + "version": "1.21.1", "description": "", "main": "index.js", "scripts": {