diff --git a/CHANGELOG.md b/CHANGELOG.md index 405f0a80..a824f686 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,10 @@ Instructions: Add a subsection under `[Unreleased]` for additions, fixes, change ## [Unreleased] +## [2.11.4] - 2025-01-11 + +Includes updates to core through commit: [42236bf](https://github.com/PreTeXtBook/pretext/commit/42236bf454d9e3f98bc25f0bb5186029710f17f7) + ### Fixed - Bug with `pretext view`. diff --git a/pyproject.toml b/pyproject.toml index 2f63ca0d..78199937 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ # ---------------- [tool.poetry] name = "pretext" -version = "2.11.4" +version = "2.11.5" description = "A package to author, build, and deploy PreTeXt projects." readme = "README.md" homepage = "https://pretextbook.org"