diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9a200db..569b661 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -103,7 +103,7 @@ jobs: path: sdk-artifact - run: | - cp CHANGELOG.md LICENSE README.md artifact/ + cp CHANGELOG.md README.md artifact/ - run: | zip -r ../${{ github.event.repository.name }}-windows-x64.zip * diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d013ff..852dd9f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,3 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +[0.1.1] - 2024-06-24 + +[0.1.0] - 2024-06-24