Skip to content

Commit dd20403

Browse files
committed
chore(release): bump version to 3.20.55
1 parent 7214301 commit dd20403

7 files changed

Lines changed: 16 additions & 6 deletions

File tree

.claude-plugin/marketplace.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
},
77
"metadata": {
88
"description": "AI DevOps Framework - comprehensive DevOps automation with 25+ service integrations",
9-
"version": "3.20.54"
9+
"version": "3.20.55"
1010
},
1111
"plugins": [
1212
{

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010

1111
## [Unreleased]
1212

13+
## [3.20.55] - 2026-06-11
14+
15+
### Changed
16+
17+
- fix: harden opencode db threshold handling (#24686)
18+
19+
### Fixed
20+
21+
- verify OpenAI OAuth fallback health (#24695)
22+
1323
## [3.20.54] - 2026-06-11
1424

1525
### Changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.20.54
1+
3.20.55

aidevops.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# AI DevOps Framework CLI
66
# Usage: aidevops <command> [options]
77
#
8-
# Version: 3.20.54
8+
# Version: 3.20.55
99

1010
set -euo pipefail
1111

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aidevops",
3-
"version": "3.20.54",
3+
"version": "3.20.55",
44
"description": "AI DevOps Framework - AI-assisted development workflows, code quality, and deployment automation",
55
"type": "module",
66
"bin": {

setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ shopt -s inherit_errexit 2>/dev/null || true
1212
# AI Assistant Server Access Framework Setup Script
1313
# Helps developers set up the framework for their infrastructure
1414
#
15-
# Version: 3.20.54
15+
# Version: 3.20.55
1616
#
1717
# Quick Install:
1818
# npm install -g aidevops && aidevops update (recommended)

sonar-project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ sonar.organization=marcusquinn
55

66
# This is the name and version displayed in the SonarCloud UI
77
sonar.projectName=AI DevOps Framework
8-
sonar.projectVersion=3.20.54
8+
sonar.projectVersion=3.20.55
99

1010
# Path is relative to the sonar-project.properties file
1111
sonar.sources=.agents,configs,templates

0 commit comments

Comments
 (0)