diff --git a/CHANGELOG.md b/CHANGELOG.md index 338cfaaf..1d20828c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [Unreleased] + +### Features + +- **GitHub Actions**: Added automation for regenerating the SDK when the specification changes. +- **GitHub Actions**: Added automation to create a new release when a tag is pushed, and automatically publish it to Maven Central. + +### Changes + +- **Documentation**: Moved the SDK README to the root directory and relocated the `exoscale4j` README to the `generator` directory. +- **Maven Configuration**: Changed the group ID and artifact ID from `exoscale4j` to `sdk`. + ## [0.0.1-ALPHA] - 2024-06-10 ### Added