diff --git a/CHANGELOG.md b/CHANGELOG.md index 8849af0..4323b1d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,14 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## [0.1.1] - 2026-02-18 - -### Changed - -- Transferred repository to `privilegedescalation` GitHub organization -- Updated all repo URLs in `package.json` to new organization -- Expanded `CLAUDE.md` with data flow architecture, additional dev commands, and test notes - ## [0.1.0] - 2026-02-18 ### Added @@ -40,6 +32,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - TypeScript strict mode with zero `any` types - ESLint + Prettier code quality tooling -[Unreleased]: https://github.com/privilegedescalation/headlamp-rook-ceph-plugin/compare/v0.1.1...HEAD -[0.1.1]: https://github.com/privilegedescalation/headlamp-rook-ceph-plugin/compare/v0.1.0...v0.1.1 -[0.1.0]: https://github.com/privilegedescalation/headlamp-rook-ceph-plugin/releases/tag/v0.1.0 +[Unreleased]: https://github.com/cpfarhood/headlamp-rook-ceph-plugin/compare/v0.1.0...HEAD +[0.1.0]: https://github.com/cpfarhood/headlamp-rook-ceph-plugin/releases/tag/v0.1.0 diff --git a/package.json b/package.json index 154c01d..09d1fac 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "headlamp-rook-ceph-plugin", - "version": "0.1.1", + "version": "0.1.0", "description": "Headlamp plugin for Rook-Ceph cluster visibility and CSI driver monitoring", "repository": { "type": "git",