diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2133734..63c2d01 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -20,6 +20,46 @@ The format is inspired by Keep a Changelog, and this project uses semantic versi
- Nothing yet.
+## [1.0.7] - 2026-07-19
+
+### Changed
+
+- Consolidated the post-1.0 architecture, documentation and maintenance workflow
+ after completing the Web refactor.
+- Aligned README, usage, development, contribution, deployment, security,
+ licensing, Flatpak and release documentation with the current platform.
+- Clarified the split between the MIT-licensed local interfaces and the
+ non-commercial Web/server edition.
+- Standardized release preparation around `make gate`, clean package builds,
+ installed-wheel smoke tests and annotated tags created only after CI and merge.
+- Updated GitHub Actions checkout and Python setup actions to their current major
+ versions across CI, release and Flatpak workflows.
+
+### Fixed
+
+- Removed an obsolete Flatpak workflow trigger for the deleted
+ `feature/flatpak` branch.
+- Fixed stale and duplicated release instructions that could validate the source
+ checkout without validating the generated wheel.
+- Fixed Flatpak documentation that no longer matched the checked-in dependency
+ manifest and AppStream validation flow.
+
+### Documentation
+
+- Added and expanded architecture, usage, development, Web, container,
+ deployment, security, licensing, release and smoke-test guidance.
+- Documented the canonical package version source, release gate, artifact
+ workflow and separation between upstream releases and Flathub updates.
+- Preserved refactor roadmaps and validation records as historical engineering
+ context while removing active documentation drift.
+
+### Internal
+
+- Added package artifact smoke tests to CI and release workflows.
+- Added release tag-to-package-version validation.
+- Aligned CI, release and Flatpak workflow maintenance after the repository-wide
+ cleanup and consolidation pass.
+
## [1.0.6] - 2026-07-12
### Changed
diff --git a/flatpak/io.github.pitill0.Fluxtuner.metainfo.xml b/flatpak/io.github.pitill0.Fluxtuner.metainfo.xml
index e46074e..d5f3346 100644
--- a/flatpak/io.github.pitill0.Fluxtuner.metainfo.xml
+++ b/flatpak/io.github.pitill0.Fluxtuner.metainfo.xml
@@ -81,6 +81,18 @@
+
+
+
+ - Completed the repository-wide architecture, documentation and workflow consolidation.
+ - Aligned release preparation around the canonical quality gate and installed-wheel smoke tests.
+ - Clarified local, Web/server, licensing and Flatpak boundaries across project documentation.
+ - Hardened CI and release workflows with package and tag/version validation.
+ - Updated GitHub Actions and removed obsolete Flatpak workflow configuration.
+
+
+
+
diff --git a/pyproject.toml b/pyproject.toml
index f603e3e..353e036 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "fluxtuner"
-version = "1.0.6"
+version = "1.0.7"
description = "Modern internet radio platform for terminal, desktop and web, powered by Textual, GTK and browser playback."
readme = "README.md"
requires-python = ">=3.11"