From 80f94e6d69ce5b401a7bd085ab51fd1879b5d565 Mon Sep 17 00:00:00 2001 From: Julien Deniau Date: Mon, 29 Jul 2024 14:38:44 +0000 Subject: [PATCH] v1 was bloated, lets push a v2 instead --- CHANGELOG.md | 8 ++++++-- MIGRATION-1.0.md => MIGRATION-2.0.md | 0 2 files changed, 6 insertions(+), 2 deletions(-) rename MIGRATION-1.0.md => MIGRATION-2.0.md (100%) diff --git a/CHANGELOG.md b/CHANGELOG.md index c812702..f7213b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,19 @@ # Changelog -## Unreleased - 1.0.0 +## 2.0.0 ### Changed -Go see the [migration guide](MIGRATION-1.0.md) to see how to migrate from v0 to v1 +Go see the [migration guide](MIGRATION-2.0.md) to see how to migrate from v0 to v2 - [BREAKING] Drop annotations support, replace by PHP8 attributes [#124](https://github.com/mapado/rest-client-sdk/pull/124) by [@JulienRAVIA](https://github.com/JulienRAVIA) - [BREAKING] Remove support of PHP < 8.1 and Symfony < 4.0 [#121](https://github.com/mapado/rest-client-sdk/pull/121) by [@jdeniau](https://github.com/jdeniau) - Migrate unit tests from atoum to phpunit [#123](https://github.com/mapado/rest-client-sdk/pull/123) by [@jdeniau](https://github.com/jdeniau) +## 1.0.0 + +(wrongly pushed version, removed from packagist) + ## 0.36.1 - Collection.php compatibility with PHP 8.1 ### Changed diff --git a/MIGRATION-1.0.md b/MIGRATION-2.0.md similarity index 100% rename from MIGRATION-1.0.md rename to MIGRATION-2.0.md