diff --git a/CHANGELOG.md b/CHANGELOG.md index 95159a2..e355823 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/), and this project adheres to [Semantic Versioning](https://semver.org/). +## [0.6.3] - 2026-07-12 + +### Changed +- Documented that the card create and update `--body` option accepts raw HTML. + ## [0.6.1] - 2026-02-23 ### Fixed diff --git a/lib/fizzy/version.rb b/lib/fizzy/version.rb index 1c831d8..dc0fd72 100644 --- a/lib/fizzy/version.rb +++ b/lib/fizzy/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Fizzy - VERSION = "0.6.2" + VERSION = "0.6.3" end