Skip to content

Commit

Permalink
CHANGELOG update for the upcoming v7.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xavierlacot committed Dec 7, 2024
1 parent 187e33e commit 931eab2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 2 additions & 0 deletions doc/updating-sdk.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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
```

0 comments on commit 931eab2

Please sign in to comment.