From cd74ee9bd1afdb0e2867e0bc7b4fc6667d5d119f Mon Sep 17 00:00:00 2001 From: Noah Brier Date: Sat, 13 Sep 2025 20:47:51 -0400 Subject: [PATCH] chore: release v0.8.1 --- CHANGELOG.md | 13 ++++++++++++- package.json | 2 +- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e84f4f..1067d96 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.8.1] - 2025-01-13 + +### Changed +- Updated README with comprehensive feature descriptions including: + - Smart vault analysis and pattern detection capabilities + - User research and profile building features + - Automatic update notification system + - Web research capabilities with Firecrawl + - Complete list of available commands including /upgrade + ## [0.8.0] - 2025-01-13 ### Added @@ -177,7 +187,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - API keys stored in environment variables - .mcp.json gitignored for security -[Unreleased]: https://github.com/heyitsnoah/claudesidian/compare/v0.8.0...HEAD +[Unreleased]: https://github.com/heyitsnoah/claudesidian/compare/v0.8.1...HEAD +[0.8.1]: https://github.com/heyitsnoah/claudesidian/compare/v0.8.0...v0.8.1 [0.8.0]: https://github.com/heyitsnoah/claudesidian/compare/v0.7.0...v0.8.0 [0.7.0]: https://github.com/heyitsnoah/claudesidian/compare/v0.6.0...v0.7.0 [0.6.0]: https://github.com/heyitsnoah/claudesidian/compare/v0.5.0...v0.6.0 diff --git a/package.json b/package.json index 3c936a4..cacc524 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "claudesidian", - "version": "0.8.0", + "version": "0.8.1", "description": "Claude Code + Obsidian Starter Kit - AI-powered second brain", "type": "module", "scripts": {