From ed3fb006dabdbf5fa0bd36f29e590295e9308adf Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 2 Jun 2025 15:47:40 +0000 Subject: [PATCH] chore(main): release 0.24.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ mix.exs | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index fc5553b..7283b8f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.24.0" + ".": "0.24.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c7c66b..d362c0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # CHANGELOG +## [0.24.1](https://github.com/elixir-tools/tableau/compare/v0.24.0...v0.24.1) (2025-06-02) + + +### Bug Fixes + +* **rss:** convert post body ([#135](https://github.com/elixir-tools/tableau/issues/135)) ([0aa6185](https://github.com/elixir-tools/tableau/commit/0aa61854badce32f9e6ce70139ddfe08af88cb7c)) + ## [0.24.0](https://github.com/elixir-tools/tableau/compare/v0.23.1...v0.24.0) (2025-04-17) diff --git a/mix.exs b/mix.exs index 5adc452..0b4ad39 100644 --- a/mix.exs +++ b/mix.exs @@ -8,7 +8,7 @@ defmodule Tableau.MixProject do app: :tableau, description: "Static site generator for elixir", source_url: @source_url, - version: "0.24.0", + version: "0.24.1", elixir: "~> 1.15", elixirc_paths: elixirc_paths(Mix.env()), start_permanent: Mix.env() == :prod,