Skip to content

Commit 408e63a

Browse files
committed
chore: bump version to 2.1.6
Docs site overhaul, unified CI/CD pipeline, registry deployment hardening, and EC2 docs hosting.
1 parent d04833a commit 408e63a

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [2.1.6] — 2026-03-14
11+
12+
### Added
13+
14+
- **Docs site overhaul** — Completely redesigned landing page at [hivemind.rithul.dev](https://hivemind.rithul.dev) with animated hero, feature grid, code tabs, and registry callout. Restructured sidebar navigation with 7 categories: Getting Started, Core Concepts, Plugins, CLI Reference, Registry, and Self-hosting.
15+
- **Docs hosting on EC2** — Docusaurus static site now served via Caddy alongside the registry at `hivemind.rithul.dev`, with automatic TLS via Let's Encrypt.
16+
- **Unified CI/CD pipeline** — Replaced separate `registry-api.yml` and `registry-web.yml` workflows with a single `registry-deploy.yml` (test, build, push, deploy) using OIDC + EC2 Instance Connect. New `docs-deploy.yml` workflow for automatic docs deployment on push.
17+
- **Registry deployment hardening** — Improved Dockerfiles with multi-stage builds, production-ready Caddy configuration with security headers, and comprehensive deployment documentation.
18+
19+
### Changed
20+
21+
- Docs site uses Geist + JetBrains Mono fonts, amber color system, dark-only mode
22+
- Simplified `docs.yml` workflow to versioning-only (removed GitHub Pages deployment)
23+
1024
## [2.1.5] — 2026-03-11
1125

1226
### Added

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ packages = ["hivemind"]
77

88
[project]
99
name = "hivemind-ai"
10-
version = "2.1.5"
10+
version = "2.1.6"
1111
description = "Orchestrate distributed swarms of AI agents that collaboratively solve complex tasks."
1212
readme = "README.md"
1313
license = "GPL-3.0-or-later"

0 commit comments

Comments
 (0)