diff --git a/CHANGELOG.md b/CHANGELOG.md index ff22f7d..1e7fe29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,21 @@ 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). -## [Unreleased] +## [Unreleased] - YYYY-MM-DD + +### Added + +- ... + +### Changed + +- ... + +### Removed + +- ... + +## [0.1.1] - 2024-02-10 ### Added @@ -16,13 +30,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Fixed tox configuration to actually run Django 3.2 in CI. Tox also uses the "testing" dependencies without the need to duplicate them in the `tox.ini`. ([#10](https://github.com/tbrlpld/laces/pull/10)) -- Bumped GitHub Actions to latest versions. This removes a reliance on the now deprecated Node 16. ([#10](https://github.com/tbrlpld/laces/pull/10)) +- Bumped GitHub Actions to the latest versions. This removes a reliance on the now deprecated Node 16. ([#10](https://github.com/tbrlpld/laces/pull/10)) - Extend documentation in README to simplify first examples and improve structure. ([#7](https://github.com/tbrlpld/laces/pull/7)) -### Removed - -- ... - ## [0.1.0] - 2023-11-29 ### Added @@ -32,8 +42,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0