diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9584110..e31774e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,7 +5,7 @@ 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
+## 15.0.0 (2024-06-15)
> [!NOTE]
> This release adds support for Math expressions, and notification boxes like the one this text is written in.
@@ -19,8 +19,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- - 18 commits contributed to the release over the course of 4 calendar days.
- - 4 days passed between releases.
+ - 19 commits contributed to the release over the course of 4 calendar days.
+ - 5 days passed between releases.
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
- 0 issues like '(#ID)' were seen in commit messages
@@ -31,6 +31,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
view details
* **Uncategorized**
+ - Prepare changelog prior to release ([`d72bfd3`](https://github.com/Byron/pulldown-cmark-to-cmark/commit/d72bfd376a12412e4c394fa16fc99f8b8fb0e14e))
- Upgrade dev-dependencies ([`d8cbd37`](https://github.com/Byron/pulldown-cmark-to-cmark/commit/d8cbd37355cacdf58625e08765cf4000914d1057))
- Update to pulldown-cmark v0.11 for math-expression support and special block quotes ([`bff28af`](https://github.com/Byron/pulldown-cmark-to-cmark/commit/bff28af3c51a3a55675d5a64d8f3bda2d37701aa))
- Merge blockquote kind parsing ([`6d05a28`](https://github.com/Byron/pulldown-cmark-to-cmark/commit/6d05a28029087187bbbbe085aa77689c6ed89a07))
diff --git a/Cargo.toml b/Cargo.toml
index 030f226..b2ad00c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "pulldown-cmark-to-cmark"
-version = "14.0.1"
+version = "15.0.0"
authors = [
"Sebastian Thiel ",
"Dylan Owen ",