diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5a2edd9..f487a07 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { "$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/manifest.json", - ".": "1.1.0" + ".": "1.2.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index abe3ad0..8b66b0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,14 @@ * document media modes, music requirements, lyrics behavior, refresh intervals, and service configuration +## [1.2.0](https://github.com/oae/sensorpanel/compare/v1.1.0...v1.2.0) (2026-06-27) + + +### Features + +* add image, GIF, and music display modes ([7de9f78](https://github.com/oae/sensorpanel/commit/7de9f78c1063aef40c55f3d35d51976766a1c4b1)) +* add regional display updates ([1a42bb6](https://github.com/oae/sensorpanel/commit/1a42bb6cd5bbc43872dae04a66998e748425ca36)) + ## [1.1.0](https://github.com/oae/sensorpanel/compare/v1.0.2...v1.1.0) (2026-01-31)