# Changelog 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.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] ## [0.2.1](https://github.com/dax/slack-blocks-render/compare/v0.2.0...v0.2.1) - 2024-10-21 ### Added - Render Slack blocks as raw text ## [0.2.0](https://github.com/dax/slack-blocks-render/compare/v0.1.1...v0.2.0) - 2024-10-21 ### Added - Resolve Slack user, channel and usergroup ID while rendering ## [0.1.1](https://github.com/dax/slack-blocks-render/compare/v0.1.0...v0.1.1) - 2024-06-10 ### Fixed - Fix `rich_text_list` block parsing - Use single char for `bold` and `strike` styles - Remove unexpected newline chars ### Other - release ## [0.1.0](https://github.com/dax/slack-blocks-render/releases/tag/v0.1.0) - 2024-06-10 ### Added - Render Slack blocks as Markdown ### Other - Initialize release-plz