From 8e517faefc06b7c761eaa041febef51a9375819a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=B6ller?= Date: Tue, 10 Oct 2023 16:41:06 +0200 Subject: [PATCH] Enhancement: Prepare release --- .github/SECURITY.md | 4 ++-- CHANGELOG.md | 10 ++++++++-- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/.github/SECURITY.md b/.github/SECURITY.md index dd7208fe..e8bace52 100644 --- a/.github/SECURITY.md +++ b/.github/SECURITY.md @@ -4,13 +4,13 @@ The following versions of `ergebnis/json-pointer` have active support: -- `^3.2.0` +- `^3.3.0` ## Unsupported Versions The following versions of `ergebnis/json-pointer` have reached their end of life: -- `<3.2.0` +- `<3.3.0` ## Reporting a Vulnerability diff --git a/CHANGELOG.md b/CHANGELOG.md index f66d9be2..15fe42a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## Unreleased -For a full diff see [`3.2.0...main`][3.2.0...main]. +For a full diff see [`3.3.0...main`][3.3.0...main]. + +## [`3.3.0`][3.3.0] + +For a full diff see [`3.2.0...3.3.0`][3.2.0...3.3.0]. ## Changed @@ -92,6 +96,7 @@ For a full diff see [`a5ba52c...1.0.0`][a5ba52c...1.0.0]. [3.0.0]: https://github.com/ergebnis/json-pointer/releases/tag/3.0.0 [3.1.0]: https://github.com/ergebnis/json-pointer/releases/tag/3.1.0 [3.2.0]: https://github.com/ergebnis/json-pointer/releases/tag/3.2.0 +[3.3.0]: https://github.com/ergebnis/json-pointer/releases/tag/3.3.0 [a5ba52c...1.0.0]: https://github.com/ergebnis/json-pointer/compare/a5ba52c...1.0.0 [1.0.0...main]: https://github.com/ergebnis/json-pointer/compare/1.0.0...main @@ -99,7 +104,8 @@ For a full diff see [`a5ba52c...1.0.0`][a5ba52c...1.0.0]. [2.1.0...3.0.0]: https://github.com/ergebnis/json-pointer/compare/2.1.0...3.0.0 [3.0.0...3.1.0]: https://github.com/ergebnis/json-pointer/compare/3.0.0...3.1.0 [3.1.0...3.2.0]: https://github.com/ergebnis/json-pointer/compare/3.1.0...3.2.0 -[3.2.0...main]: https://github.com/ergebnis/json-pointer/compare/3.2.0...main +[3.2.0...3.3.0]: https://github.com/ergebnis/json-pointer/compare/3.2.0...3.3.0 +[3.3.0...main]: https://github.com/ergebnis/json-pointer/compare/3.3.0...main [#1]: https://github.com/ergebnis/json-pointer/pull/1 [#2]: https://github.com/ergebnis/json-pointer/pull/2