From 80f04ada32758ccb391685fd45194f6b63430a35 Mon Sep 17 00:00:00 2001 From: Davidson Gomes Date: Tue, 13 May 2025 06:44:57 -0300 Subject: [PATCH] chore(changelog): update changelog for version 0.0.7 with Docker CI workflow details --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a0966e39..f237c09d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,17 @@ 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.0.7] - 2025-05-14 + +### Added + +- Docker image CI workflow for automated builds and pushes +- GitHub Container Registry (GHCR) integration +- Automated image tagging based on branch and commit +- Docker Buildx setup for multi-platform builds +- Cache optimization for faster builds +- Automated image publishing on push to main and develop branches + ## [0.0.6] - 2025-05-13 ### Added