diff --git a/.github/SECURITY.md b/.github/SECURITY.md index fe0ee627..1f95f060 100644 --- a/.github/SECURITY.md +++ b/.github/SECURITY.md @@ -4,13 +4,13 @@ The following versions of `ergebnis/json` have active support: -- `^1.0.1` +- `^1.1.0` ## Unsupported Versions The following versions of `ergebnis/json` have reached their end of life: -- `<1.0.1` +- `<1.1.0` ## Reporting a Vulnerability diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ec389be..4c5d38fa 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 [`1.0.1...main`][1.0.1...main]. +For a full diff see [`1.1.0...main`][1.1.0...main]. + +## [`1.1.0`][1.1.0] + +For a full diff see [`1.0.1...1.1.0`][1.0.1...1.1.0]. ### Changed @@ -32,10 +36,12 @@ For a full diff see [`c020e6f...1.0.0`][c020e6f...1.0.0]. [1.0.0]: https://github.com/ergebnis/json/releases/tag/1.0.0 [1.0.1]: https://github.com/ergebnis/json/releases/tag/1.0.1 +[1.1.0]: https://github.com/ergebnis/json/releases/tag/1.1.0 [c020e6f...1.0.0]: https://github.com/ergebnis/json/compare/c020e6f...1.0.0 [1.0.0...1.0.1]: https://github.com/ergebnis/json/compare/1.0.0...1.0.1 -[1.0.1...main]: https://github.com/ergebnis/json/compare/1.0.1...main +[1.0.1...1.1.0]: https://github.com/ergebnis/json/compare/1.0.1...1.1.0 +[1.1.0...main]: https://github.com/ergebnis/json/compare/1.1.0...main [#1]: https://github.com/ergebnis/json/pull/1 [#2]: https://github.com/ergebnis/json/pull/2