diff --git a/CHANGELOG.md b/CHANGELOG.md index 4cddc0c..075c781 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ project adheres to [Semantic Versioning](https://semver.org/). ## [Unreleased] +## [0.2.0] - 2026-09-03 + ### Added - **Concurrent-edit guard** — `download` embeds a version marker in the diff --git a/src/confluence_md.py b/src/confluence_md.py index 4eaed70..b831a76 100644 --- a/src/confluence_md.py +++ b/src/confluence_md.py @@ -41,7 +41,7 @@ from bs4 import BeautifulSoup, NavigableString, Tag from dotenv import load_dotenv -__version__ = "0.1.0" +__version__ = "0.2.0" # --------------------------------------------------------------------------- # Configuration -- loaded once at module level from the .env file