diff --git a/default/CHANGELOG.md b/default/CHANGELOG.md index e81d30f1..b8b17899 100644 --- a/default/CHANGELOG.md +++ b/default/CHANGELOG.md @@ -11,6 +11,17 @@ Contributors: @fred --- +## [1.23.0](https://github.com/LerianStudio/ring/releases/tag/ring-default@1.23.0) + +- **Features** + - Context-aware drift refresh with PROJECT_RULES support. + +Contributors: @fred + +[Compare changes](https://github.com/LerianStudio/ring/compare/ring-default@1.22.1...ring-default@1.23.0) + +--- + ## [1.22.1](https://github.com/LerianStudio/ring/releases/tag/ring-default@1.22.1) - **Fixes:** diff --git a/finops-team/CHANGELOG.md b/finops-team/CHANGELOG.md index 03306614..9a5c6100 100644 --- a/finops-team/CHANGELOG.md +++ b/finops-team/CHANGELOG.md @@ -2,6 +2,25 @@ ## [0.11.0](https://github.com/LerianStudio/ring/releases/tag/ring-finops-team@0.11.0) +- **Features:** + - Update using-finops-team docs and add pattern matching to analyzer. + - Add Test Gate and Contribution Gate to orchestrator. + - Add auto-save dictionary, batch approval, and reporter doc fetch in gate1. + - Add open template support in regulatory-templates-setup. + - Add DATA_SOURCES.md canonical data source reference. + +- **Fixes:** + - Address CodeRabbit review comments. + - Activate evtCadDeclarante and mark registry as dynamic. + +Contributors: @gandalf + +[Compare changes](https://github.com/LerianStudio/ring/compare/ring-finops-team@0.10.2...ring-finops-team@0.11.0) + +--- + +## [0.11.0](https://github.com/LerianStudio/ring/releases/tag/ring-finops-team@0.11.0) + - **Features:** - Update using-finops-team documentation and add pattern matching to the analyzer. - Add Test Gate and Contribution Gate to the orchestrator. diff --git a/pm-team/CHANGELOG.md b/pm-team/CHANGELOG.md index 1cb9669c..9a7460cd 100644 --- a/pm-team/CHANGELOG.md +++ b/pm-team/CHANGELOG.md @@ -2,6 +2,17 @@ ## [0.25.1](https://github.com/LerianStudio/ring/releases/tag/ring-pm-team@0.25.1) +- Improvements: + - Refactored environment variables to canonize `POSTGRES_*` instead of `DB_*`. + +Contributors: @jefferson.comff + +[Compare changes](https://github.com/LerianStudio/ring/compare/ring-pm-team@0.25.0...ring-pm-team@0.25.1) + +--- + +## [0.25.1](https://github.com/LerianStudio/ring/releases/tag/ring-pm-team@0.25.1) + - **Improvements:** - Refactored environment variable standards to use `POSTGRES_*` instead of `DB_*`. diff --git a/pmo-team/CHANGELOG.md b/pmo-team/CHANGELOG.md index 8c5d8eb4..6de35673 100644 --- a/pmo-team/CHANGELOG.md +++ b/pmo-team/CHANGELOG.md @@ -13,6 +13,17 @@ Contributors: @jefferson.comff ## [1.1.3](https://github.com/LerianStudio/ring/releases/tag/ring-pmo-team@1.1.3) +- Improvements: + - Refactored to remove the ring-{plugin}: prefix from agent, skill, and command names for better clarity and consistency. + +Contributors: @jefferson.comff + +[Compare changes](https://github.com/LerianStudio/ring/compare/ring-pmo-team@1.1.2...ring-pmo-team@1.1.3) + +--- + +## [1.1.3](https://github.com/LerianStudio/ring/releases/tag/ring-pmo-team@1.1.3) + - Improvements: - Refactored naming convention by removing the ring-{plugin}: prefix from agent, skill, and command names for better clarity and consistency. diff --git a/tw-team/CHANGELOG.md b/tw-team/CHANGELOG.md index 19b57d74..76017b58 100644 --- a/tw-team/CHANGELOG.md +++ b/tw-team/CHANGELOG.md @@ -2,6 +2,21 @@ ## [0.4.3](https://github.com/LerianStudio/ring/releases/tag/ring-tw-team@0.4.3) +- **Features:** + - Added schema validator and enhanced skill generation. + +- **Improvements:** + - Refactored skills by removing the commands layer and renaming skills to match command names. + - Aligned all components with the new frontmatter schema. + +Contributors: @fred + +[Compare changes](https://github.com/LerianStudio/ring/compare/ring-tw-team@0.4.2...ring-tw-team@0.4.3) + +--- + +## [0.4.3](https://github.com/LerianStudio/ring/releases/tag/ring-tw-team@0.4.3) + - **Features** - Refactor skills: Removed commands layer and renamed skills to match command names. - Created canonical schema to standardize component metadata.