Changelog
All notable changes, new features, bug fixes, and breaking changes for WUD (What's Up Docker) are documented in this section.
📦 Version History
Browse release notes and detailed changes by version series:
| Version Series | Status | Latest Release | Release Notes |
|---|---|---|---|
| Next | 🚧 Unreleased | Working draft on main | View Unreleased Changes → |
| v8.x | Current | 8.3.1 (2026-07-31) | View v8.x Changelog → |
| v7.x | Maintenance | 7.2.0 (2024-12-19) | View v7.x Changelog → |
| v6.x | Historical | 6.6.1 (2024-10-05) | View v6.x Changelog → |
| v5.x | Historical | 5.22.1 (2022-11-27) | View v5.x Changelog → |
| v1.x – v4.x | Legacy | 4.1.2 (2021-06-14) | View Legacy Changelog → |
🔖 Semantic Versioning
WUD follows Semantic Versioning (SemVer):
- Major (
X.0.0): Incompatible API or configuration changes. - Minor (
0.X.0): Backwards-compatible new features and enhancements. - Patch (
0.0.X): Backwards-compatible bug fixes and optimizations.