From 4c172b9391c178c343d056670a8d3073da80cdb2 Mon Sep 17 00:00:00 2001 From: Rodrigo Braz Date: Sun, 12 Jul 2026 21:00:00 +0100 Subject: [PATCH] chore(main): release 0.2.24 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7aae611..534efb2 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.23" + ".": "0.2.24" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 5110f16..9c5f1f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ 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). +## [0.2.24](https://github.com/rfsbraz/deleterr/compare/v0.2.23...v0.2.24) (2026-07-12) + + +### Bug Fixes + +* **trakt:** support favorites lists via direct REST call ([#286](https://github.com/rfsbraz/deleterr/issues/286)) ([2a5654f](https://github.com/rfsbraz/deleterr/commit/2a5654fd28dbefba1fe0a77a8875f196e39ea78f)) + ## [0.2.23](https://github.com/rfsbraz/deleterr/compare/v0.2.22...v0.2.23) (2026-07-12)