Skip to main content

Release Notes

This page tracks all releases and changes to the WolfGuard Documentation project.

Latest Release

Current Version: v1.0.0 (2025-10-29)

See v1.0.0 Release Notes for details.

All Releases

VersionDateTypeStatusNotes
v1.0.02025-10-29MAJORSTABLEInitial production release

Release Types

  • MAJOR: Breaking changes or significant new features
  • MINOR: New features, backwards compatible
  • PATCH: Bug fixes and minor improvements

Release Status

  • ALPHA: Early development, unstable
  • BETA: Feature complete, testing in progress
  • RC: Release candidate, production-ready pending final testing
  • STABLE: Production-ready, fully tested

How to Use

Each release notes file follows a consistent template:

  1. Summary: High-level overview of changes
  2. Key Features: Detailed feature descriptions
  3. What's Changed: Complete changelog
  4. Security: Security improvements
  5. Compatibility: Breaking changes and requirements
  6. Deployment: Upgrade and installation guides

Creating Release Notes

When preparing a new release, copy TEMPLATE.md and fill in the details:

cp docs/releases/TEMPLATE.md docs/releases/vX.Y.Z.md
# Edit the file with release-specific information

Changelog Format

We follow Keep a Changelog principles:

  • Added: New features
  • Changed: Changes to existing functionality
  • Deprecated: Soon-to-be removed features
  • Removed: Removed features
  • Fixed: Bug fixes
  • Security: Security improvements

Semantic Versioning

This project follows Semantic Versioning 2.0.0:

  • MAJOR version (X.0.0): Incompatible changes
  • MINOR version (0.X.0): Backwards-compatible new features
  • PATCH version (0.0.X): Backwards-compatible bug fixes

Subscribe to Updates

  • Watch this repository on GitHub for release notifications
  • RSS Feed: Subscribe to GitHub releases feed
  • Newsletter: Coming soon

Maintained by: WolfGuard Project Team Last Updated: 2025-10-29