diff --git a/CHANGELOG.md b/CHANGELOG.md index abd7be0..15e61b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,16 +7,23 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). +## [v1.15.0] +### Added +* docs: note about video device permissions via #155 reported by @d-graz +* moonraker: install additional requirements prior to upstream requirements, fixes https://github.com/Arksine/moonraker/issues/864 +### Changed +* docs: rework intro and added table of supported applications +* spoolman: serve via traefik subpath `/spoolman` instead of container port `8000` + +**Full Changelog**: https://github.com/mkuf/prind/compare/v1.14.0...v1.15.0 + ## [v1.14.0] - 2024-05-06 ### Fixed * klipper: revert to python 3.11 base images as klipper does not support 3.12 yet to fix #143 and #150