Skip to content

Commit 1a19d7e

Browse files
authored
chore: release v1.21.1 (#887)
Signed-off-by: Xe Iaso <[email protected]>
1 parent 25af5a2 commit 1a19d7e

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.21.0
1+
1.21.1

docs/docs/CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313

1414
<!-- This changes the project to: -->
1515

16+
## v1.21.1: Minfilia Warde - Echo 1
17+
1618
- Expired records are now properly removed from bbolt databases ([#848](https://github.com/TecharoHQ/anubis/pull/848)).
1719
- Fix hanging on service restart ([#853](https://github.com/TecharoHQ/anubis/issues/853))
1820

1921
### Added
2022

23+
Anubis now supports the [`missingHeader`](./admin/configuration/expressions.mdx#missingHeader) to assert the absence of headers in requests.
24+
2125
#### New locales
2226

2327
Anubis now supports these new languages:
@@ -28,8 +32,6 @@ Anubis now supports these new languages:
2832
- [Norwegian Nynorsk](https://github.com/TecharoHQ/anubis/pull/855)
2933
- [Russian](https://github.com/TecharoHQ/anubis/pull/882)
3034

31-
Anubis now supports the [`missingHeader`](./admin/configuration/expressions.mdx#missingHeader) to assert the absence of headers in requests.
32-
3335
### Fixes
3436

3537
#### 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

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@techaro/anubis",
3-
"version": "1.21.0",
3+
"version": "1.21.1",
44
"description": "",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)