diff --git a/CHANGELOG.md b/CHANGELOG.md index 1fa780770..4e5da72e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog + +## 0.41.0 (2023-03-19) + +### Fixed + +- 🐛 open links in a new tab by default in markdown renderer ([#956](https://github.com/bpetetot/conference-hall/issues/956)) [[9a690db](https://github.com/bpetetot/conference-hall/commit/9a690db86c04d5adf0f2b238b6208079f7bade3e)] + + ## 0.40.0 (2023-03-11) diff --git a/package.json b/package.json index 47a4506d8..256c06256 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "conference-hall", - "version": "0.40.0", + "version": "0.41.0", "private": true, "bugs": "https://github.com/bpetetot/conference-hall/issues", "repository": "github:bpetetot/conference-hall",