diff --git a/CHANGELOG.md b/CHANGELOG.md index e8de8ad..7e515a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,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 +## [0.4.0] - 2023-03-24 ### Changed - ClientRenderer: Use `
` instead of `` for diagram containers. @@ -12,6 +12,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Support changing the container tag with the `ContainerTag` option. This option is available on ClientRenderer, ServerRenderer, and Extender. + [0.4.0]: https://github.com/abhinav/goldmark-mermaid/releases/tag/v0.4.0 + ## [0.3.0] - 2022-12-19 ### Changed - Change the module path to `go.abhg.dev/goldmark/mermaid`.