From b5bdff3d542fc368ce5dadb77540d3212d422185 Mon Sep 17 00:00:00 2001 From: Jeroen Schweitzer Date: Wed, 17 Dec 2025 18:51:00 +0100 Subject: [PATCH] Bump version to 1.2.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- CHANGELOG.md | 14 ++++++++++++++ pyproject.toml | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 03b3c0c..920f54a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,20 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.2.1] - 2025-12-17 + +### Fixed + +- Device control endpoint now returns correct new state after action (added 300ms delay for HA state propagation) + +### Added + +- AGENTS.md with project coding guidelines and release flow documentation + +### Changed + +- Removed obsolete web scraper settings from .env.example + ## [1.2.0] - 2025-12-17 ### Added diff --git a/pyproject.toml b/pyproject.toml index 38c127f..06f8103 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "core-api" -version = "1.2.0" +version = "1.2.1" description = "Core Code API - Infrastructure management and tools API" readme = "README.md" requires-python = ">=3.12"