diff --git a/CHANGELOG.md b/CHANGELOG.md index cdd6afba..2a83c45d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 + +## v1.4.0 ### Added - Go to form actions for lists and buttons ### Fixed @@ -18,7 +21,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Importing assessments with commas in inflection values will now be caught with a helpful error message ### Security - Updated django from 4.2.16 to 4.2.17 ---> + ## v1.3.0 ### Added diff --git a/pyproject.toml b/pyproject.toml index bd6a130c..87e829b0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "contentrepo" -version = "1.3.1-dev.0" +version = "1.4.0" description = "A CMS for messaging systems" authors = ["Praekelt.org "] readme = "README.md"