From bc36f1127236fe8a1e96096d2690dca3640d7f70 Mon Sep 17 00:00:00 2001 From: elkezza <47871727+elkezza@users.noreply.github.com> Date: Tue, 20 Aug 2024 18:43:32 +0200 Subject: [PATCH] Update CHANGELOG.md New Changes --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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