diff --git a/VERSION b/VERSION index 15b989e..092afa1 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.16.0 +1.17.0 diff --git a/docs/docs/CHANGELOG.md b/docs/docs/CHANGELOG.md index 2e7c311..efaae6b 100644 --- a/docs/docs/CHANGELOG.md +++ b/docs/docs/CHANGELOG.md @@ -11,6 +11,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## v1.17.0: Asahi sas Brutus + - Ensure regexes can't end in newlines ([#372](https://github.com/TecharoHQ/anubis/issues/372)) - Add documentation for default allow behavior (implicit rule) - Enable [importing configuration snippets](./admin/configuration/import.mdx) ([#321](https://github.com/TecharoHQ/anubis/pull/321)) diff --git a/package.json b/package.json index afdf705..8174832 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@techaro/anubis", - "version": "1.0.0-see-VERSION-file", + "version": "1.17.0", "description": "", "main": "index.js", "scripts": {