From 931eab22b57f1bdf6daae6dbcc45ba6425b3f998 Mon Sep 17 00:00:00 2001 From: Xavier Lacot Date: Sat, 7 Dec 2024 19:25:53 +0100 Subject: [PATCH] CHANGELOG update for the upcoming v7.1.0 --- CHANGELOG.md | 5 +++++ doc/updating-sdk.md | 2 ++ 2 files changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d45c7f6..383f3c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changes between versions +## 7.1.0 (2024-12-07) + + * update the SDK based on the latest spec updates - see jolicode/harvest-openapi-generator#29 in #48 + * upgrade CS tooling + ## 7.0.0 (2024-03-29) * upgrade to `janephp/open-api` 7.6 diff --git a/doc/updating-sdk.md b/doc/updating-sdk.md index 74f3b9d..2817f62 100644 --- a/doc/updating-sdk.md +++ b/doc/updating-sdk.md @@ -18,6 +18,7 @@ running the following command: ```bash castor update +castor qa:cs ``` This will both update the specification and re-generate the library code. @@ -37,4 +38,5 @@ and re-generate the library code. This can be done with the following commands: ```bash castor sdk:update-specification castor sdk:generate +castor qa:cs ```