From 50961a81cdd86282d3026deb1017786278686852 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 28 Aug 2026 20:05:39 +0000 Subject: [PATCH] chore: release main --- .release-please-manifest.json | 2 +- CHANGELOG.md | 16 ++++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 94592a3..2af8c40 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"1.0.0","pkg/postgresql":"1.0.0"} +{".":"2.0.0","pkg/postgresql":"1.0.0"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 556da01..1e89a20 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [2.0.0](https://github.com/Liphium/hydro/compare/v1.0.0...v2.0.0) (2026-08-28) + + +### ⚠ BREAKING CHANGES + +* Remove OnChange on dictionaries + +### Features + +* Remove OnChange on dictionaries ([d7b4246](https://github.com/Liphium/hydro/commit/d7b42463890d22886c3f58ea2f1726fc27d1f77b)) + + +### Bug Fixes + +* Unsubscribe now actually closes channel subscriptions ([2b18936](https://github.com/Liphium/hydro/commit/2b18936f4cc355873945cbf24395cc2bf48d9559)) + ## 1.0.0 (2026-07-30)