From 734673ca11efbd6a2badefad2bae65eddc42cb2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=B6ller?= Date: Fri, 27 Sep 2024 16:45:58 +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 b0e76952..a61c9474 100644 --- a/.github/SECURITY.md +++ b/.github/SECURITY.md @@ -4,13 +4,13 @@ The following versions of `ergebnis/data-provider` have active support: -- `^3.2.0` +- `^3.3.0` ## Unsupported Versions The following versions of `ergebnis/data-provider` have reached their end of life: -- `<3.2.0` +- `<3.3.0` ## Reporting a Vulnerability diff --git a/CHANGELOG.md b/CHANGELOG.md index aa6c2e91..b54c5e1a 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]. ### Added @@ -94,6 +98,7 @@ For a full diff see [`a5f2657...1.0.0`][a5f2657...1.0.0]. [3.0.0]: https://github.com/ergebnis/data-provider/releases/tag/3.0.0 [3.1.0]: https://github.com/ergebnis/data-provider/releases/tag/3.1.0 [3.2.0]: https://github.com/ergebnis/data-provider/releases/tag/3.2.0 +[3.3.0]: https://github.com/ergebnis/data-provider/releases/tag/3.3.0 [a5f2657...1.0.0]: https://github.com/ergebnis/data-provider/compare/a5f2657...1.0.0 [1.0.0...1.1.0]: https://github.com/ergebnis/data-provider/compare/1.0.0...1.1.0 @@ -103,7 +108,8 @@ For a full diff see [`a5f2657...1.0.0`][a5f2657...1.0.0]. [2.0.0...3.0.0]: https://github.com/ergebnis/data-provider/compare/2.0.0...3.0.0 [3.0.0...3.1.0]: https://github.com/ergebnis/data-provider/compare/3.0.0...3.1.0 [3.1.0...3.2.0]: https://github.com/ergebnis/data-provider/compare/3.1.0...3.2.0 -[3.2.0...main]: https://github.com/ergebnis/data-provider/compare/3.2.0...main +[3.2.0...3.3.0]: https://github.com/ergebnis/data-provider/compare/3.2.0...3.3.0 +[3.3.0...main]: https://github.com/ergebnis/data-provider/compare/3.3.0...main [#1]: https://github.com/ergebnis/data-provider/pull/1 [#21]: https://github.com/ergebnis/data-provider/pull/21