diff --git a/.github/workflows/prod-image.yaml b/.github/workflows/prod-image.yaml index 77458ff..1372b6b 100644 --- a/.github/workflows/prod-image.yaml +++ b/.github/workflows/prod-image.yaml @@ -4,6 +4,8 @@ on: push: tags: - v* + release: + types: [published] jobs: build: diff --git a/CHANGELOG.md b/CHANGELOG.md index 9beb473..10503de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ All notable changes to Fragforce Reads 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). +## [1.0.2] - 2026-07-01 + +### Fixed +- Production image workflow now triggers on release publication in addition to tag pushes + ## [1.0.1] - 2026-07-01 ### Fixed @@ -108,5 +113,6 @@ Initial MVP release of Fragforce Reads - an audio playback service for the VTO B - HTML accessibility and CSS deprecation warnings - Cognitive complexity in views (SonarCloud) +[1.0.2]: https://github.com/fragforce/read/releases/tag/v1.0.2 [1.0.1]: https://github.com/fragforce/read/releases/tag/v1.0.1 [1.0.0]: https://github.com/fragforce/read/releases/tag/v1.0.0 diff --git a/pyproject.toml b/pyproject.toml index 0fea020..8c798f2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "fragforce-read" -version = "1.0.1" +version = "1.0.2" description = "Audio playback service for the VTO Book Reading project" requires-python = ">=3.13" dependencies = [