Merge pull request #362 from LerianStudio/release/update-changelog-20260416181136

chore(release): Update CHANGELOGs [skip ci]
This commit is contained in:
lerian-studio-midaz-push-bot[bot] 2026-04-16 18:11:43 +00:00 committed by GitHub
commit e46509b8c4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 66 additions and 0 deletions

View file

@ -1,5 +1,20 @@
# Ring-default Changelog
## [1.22.1](https://github.com/LerianStudio/ring/releases/tag/ring-default@1.22.1)
- **Fixes:**
- Restored complete 8-reviewer verdict table in escalation output.
- **Improvements:**
- Propagated performance-reviewer as 8th code review agent across all downstream references.
- Synced plugin counts and added performance-reviewer as 8th code review reviewer.
Contributors: @fred
[Compare changes](https://github.com/LerianStudio/ring/compare/ring-default@1.22.0...ring-default@1.22.1)
---
## [1.22.0](https://github.com/LerianStudio/ring/releases/tag/ring-default@1.22.0)
- **Features:**

View file

@ -2,6 +2,24 @@
## [0.11.0](https://github.com/LerianStudio/ring/releases/tag/ring-finops-team@0.11.0)
- Features:
- Added Test Gate and Contribution Gate to orchestrator.
- Implemented auto-save dictionary, batch approval, and reporter document fetch in gate1.
- Introduced open template support in regulatory-templates-setup.
- Added canonical data source reference in DATA_SOURCES.md.
- Fixes:
- Addressed CodeRabbit review comments.
- Activated evtCadDeclarante and marked 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 docs and add pattern matching to analyzer.
- Add Test Gate and Contribution Gate to orchestrator.

View file

@ -2,6 +2,17 @@
## [0.25.1](https://github.com/LerianStudio/ring/releases/tag/ring-pm-team@0.25.1)
- Improvements:
- Refactored environment variables by canonizing `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 variables to use `POSTGRES_*` instead of `DB_*` for standardization.

View file

@ -2,6 +2,17 @@
## [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.
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 to remove the ring-{plugin}: prefix from agent, skill, and command names within the ring-pmo-team component.

View file

@ -2,6 +2,17 @@
## [0.4.3](https://github.com/LerianStudio/ring/releases/tag/ring-tw-team@0.4.3)
- **Improvements:**
- Updated CHANGELOG for ring-tw-team to version v0.4.2.
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 by removing commands layer and renaming skills to match command names.
- Enhance skill generation with a new schema validator.