diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c248363..b9d2971a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [6.2.3.6] - 2024-08-02 + ### Fixed - Fixed issue with documentation not being published @@ -458,7 +460,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [0.0.1] - 2013-07-04 -[unreleased]: https://github.com/baynezy/Html2Markdown/compare/6.2.2.5...HEAD +[unreleased]: https://github.com/baynezy/Html2Markdown/compare/6.2.3.6...HEAD +[6.2.3.6]: https://github.com/baynezy/Html2Markdown/compare/6.2.2.5...6.2.3.6 [6.2.2.5]: https://github.com/baynezy/Html2Markdown/compare/6.2.1.4...6.2.2.5 [6.2.1.4]: https://github.com/baynezy/Html2Markdown/compare/6.2.0.3...6.2.1.4 [6.2.0.3]: https://github.com/baynezy/Html2Markdown/compare/6.1.0.2...6.2.0.3 diff --git a/semver.json b/semver.json index db08c1f8..e87d5181 100644 --- a/semver.json +++ b/semver.json @@ -1 +1 @@ -{"major":"6","minor":"2","patch":"2","build":"5"} \ No newline at end of file +{"major":"6","minor":"2","patch":"3","build":"6"} \ No newline at end of file