From 81f1767d076f930076b1694a71a79636d328b185 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ste=CC=81phane=20HULARD?= Date: Sat, 29 Oct 2022 10:43:14 +0200 Subject: [PATCH] chore: Prepare release v0.2.0. --- CHANGELOG.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ede450..6f37623 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,22 +5,25 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [v0.2.0] - 2022-10-29 ### Changed - Add more open version constraints to let install Raven in more projects. As a library, being too strict with dependencies is always bad. -## [0.1.0] - 2022-10-06 +## [v0.1.0] - 2022-10-06 ### Added - Introduces a new object in the `CHStudio\Raven\Http\Factory` namespace named: `RequestUriParametersResolver`. It allows resolving URI parameters value using a `ValueResolverInterface` object. -## [0.0.0] - 2022-10-04 +## [v0.0.0] - 2022-10-04 > **Welcome Raven !** > > This is the first release for this library, now we are able to test OpenAPI docs ! -[Unreleased]: https://github.com/chstudio/raven/compare/v0.1.0...HEAD -[0.1.0]: https://github.com/chstudio/raven/releases/tag/v0.1.0 -[0.0.0]: https://github.com/chstudio/raven/releases/tag/v0.0.0 +[Unreleased]: https://github.com/chstudio/raven/compare/v0.2.0...HEAD +[v0.2.0]: https://github.com/chstudio/raven/releases/tag/v0.2.0 +[v0.1.0]: https://github.com/chstudio/raven/releases/tag/v0.1.0 +[v0.0.0]: https://github.com/chstudio/raven/releases/tag/v0.0.0