diff --git a/CHANGELOG.md b/CHANGELOG.md index c58d05c..5ef94fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.31.2] - 2026-04-29 + +### Added +- Settings: edit button (pencil icon) on each ICS subscription row — opens a modal to update name, color, and shared visibility via the existing PATCH endpoint (#100) + ## [0.31.1] - 2026-04-29 ### Fixed diff --git a/package.json b/package.json index b4fd3ac..fffe09f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "oikos", - "version": "0.31.1", + "version": "0.31.2", "description": "Self-hosted family planner - calendar, tasks, shopping, meal planning, budget and more. Private, open-source, no subscription.", "main": "server/index.js", "type": "module",