Skip to content
This repository was archived by the owner on Dec 15, 2025. It is now read-only.

🔧 v2.8.1: Version Display Fix

Choose a tag to compare

@jordanpartridge jordanpartridge released this 26 Jul 22:51
· 35 commits to master since this release

🔧 Patch Release: Version Display Fix

Quick patch to fix the version number display issue in v2.8.0.

🐛 Bug Fix

  • Version Display: Fixed conduit --version to correctly show 2.8.0 instead of 2.7.1
  • Configuration: Updated version in config/app.php to match release tag

📋 No Functional Changes

This is purely a cosmetic fix - all the features from v2.8.0 remain unchanged:

  • Complete PR CRUD System ✅
  • Voice Narration ✅
  • Advanced PR Analysis ✅
  • Enhanced Spotify Integration ✅

🚀 Update Instructions

composer global update conduit-ui/conduit
conduit --version  # Should now show: Conduit 2.8.0

Full Changelog: v2.8.0...v2.8.1