diff --git a/CHANGELOG.md b/CHANGELOG.md index 927bd51..745031a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # CHANGELOG +## v0.11.2 (2024-12-03) + +### Bug Fixes + +- 🐛 Fix markdown output + ([`63808f6`](https://github.com/getcodelimit/codelimit/commit/63808f653dd08c48425327127b09ebde20171d7b)) + + ## v0.11.1 (2024-12-03) ### Bug Fixes diff --git a/codelimit/version.py b/codelimit/version.py index f5eacd0..426f7f9 100644 --- a/codelimit/version.py +++ b/codelimit/version.py @@ -1 +1 @@ -version = "0.11.1" +version = "0.11.2" diff --git a/pyproject.toml b/pyproject.toml index 08368a1..9948a84 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "codelimit" -version = "0.11.1" +version = "0.11.2" description = "" authors = ["Rob van der Leek "] license = "GPL-3.0-or-later"