From d2c5fd89a98b6a859a110e552b3ebe10873b7639 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 21:15:09 +0000 Subject: [PATCH] chore(master): release 2.0.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5fdd883..895bf0e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.1.0" + ".": "2.0.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 8722dd7..0824c84 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [2.0.0](https://github.com/segadora/iptv-proxy/compare/v1.1.0...v2.0.0) (2024-11-01) + + +### ⚠ BREAKING CHANGES + +* simplify setup and add multi arch build + +### Miscellaneous + +* simplify setup and add multi arch build ([4ab3ff3](https://github.com/segadora/iptv-proxy/commit/4ab3ff3136dca9c23c1d36bfcaf812474837bcd3)) + ## [2.0.8](https://github.com/segadora/iptv-proxy/compare/v2.0.7...v2.0.8) (2024-11-01)