diff --git a/CHANGELOG.md b/CHANGELOG.md index c98c66994c..7868367da3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,14 @@ All notable changes to the Specify CLI and templates are documented here. 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.90] - 2026-03-04 + +### Changed + +- fix: correct release-trigger workflow for agentic-sdlc-v tag format +- fix: update release workflow to trigger on agentic-sdlc-v* tags + + ## [Unreleased] ## [0.0.89] - 2026-03-04 diff --git a/pyproject.toml b/pyproject.toml index d7fb26f71f..b54129e2c9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "agentic-sdlc-specify-cli" -version = "0.0.89" +version = "0.0.90" description = "Specify CLI, part of GitHub Spec Kit. A tool to bootstrap your projects for Spec-Driven Development (SDD)." requires-python = ">=3.11" dependencies = [