Skip to content

Commit fa1f235

Browse files
committed
v1.19.0-pre1
Signed-off-by: Xe Iaso <[email protected]>
1 parent 0a56194 commit fa1f235

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.18.0
1+
1.19.0-pre1

docs/docs/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
## [Unreleased]
1313

14+
## v1.19.0: Jenomis cen Lexentale
15+
1416
- Record if challenges were issued via the API or via embedded JSON in the challenge page HTML ([#531](https://github.com/TecharoHQ/anubis/issues/531))
1517
- Ensure that clients that are shown a challenge support storing cookies
1618
- Encode challenge pages with gzip level 1
@@ -29,7 +31,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2931
- Added Qualys SSL Labs whitelist policy
3032
- Fixed cookie deletion logic ([#520](https://github.com/TecharoHQ/anubis/issues/520), [#522](https://github.com/TecharoHQ/anubis/pull/522))
3133
- Add `--target-sni` flag/envvar to allow changing the value of the TLS handshake hostname in requests forwarded to the target service.
32-
- Fixed CEL expression matching validator to now properly error out when it receives empty expressions
34+
- Fixed CEL expression matching validator to now properly error out when it receives empty expressions
3335

3436
## v1.18.0: Varis zos Galvus
3537

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.18.0",
3+
"version": "1.19.0-pre1",
44
"description": "",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)