From a833be28200dbe1564cecac12f6a0a4f8d5717c5 Mon Sep 17 00:00:00 2001 From: danielfromearth Date: Tue, 7 Nov 2023 11:25:05 -0500 Subject: [PATCH] update CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a69d564..59e7003 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - [PR #1](https://github.com/danielfromearth/stitchee/pull/1): An initial GitHub Actions workflow + - [Issue #8](https://github.com/danielfromearth/stitchee/issues/8): Create working Docker image + - [Issue #10](https://github.com/danielfromearth/stitchee/issues/10): Add code necessary to communicate with Harmony ### Changed - [PR #12](https://github.com/danielfromearth/stitchee/pull/12): Changed name to "stitchee" - [PR #15](https://github.com/danielfromearth/stitchee/pull/15): Use ruff+black chain for pre-commit lint & format