diff --git a/CHANGELOG.md b/CHANGELOG.md index c5cbb747..d6dd0f66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ 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.9.3] 2024-06-20 + +### Fixed + +- Remove the vertical alignment assertion on multiples of 4 on Stax +- Fixed the actions versions for `upload-artifact` and `download-artifact` in v4 + ## [0.9.2] 2024-06-19 ### Added @@ -13,7 +20,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [0.9.1] 2024-05-14 -### Fix +### Fixed - `importlib.resources` does not exists on Python 3.8