Skip to content

Commit

Permalink
Release v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rudigiesler committed Nov 27, 2024
1 parent 0966897 commit 2c47d6d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

<!--
## Unreleased
-->

## v1.3.0
### Added
- Filter ordered content sets by profile field values.
- Add list_button_title to Whatsapp messages.
Expand All @@ -22,6 +25,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- API: Added page keyword to Assessments API
- Ordered Content Sets: Import now allows for CSV values in time, unit, before or after, and contact field
- Importing certain ContentPage fields with whitespace-only values will no longer throw unhandled exceptions
- UI: ContentPage listed multiple times in sidebar
- Ordered content set XLSX export

### Changed
- Submit WA templates with Buttons if they exist, only submit with Quick Replies if no Buttons
Expand All @@ -30,13 +35,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Updated sentry-sdk from 1.44.1 to 2.8.0
- Updated wagtail from 5.2.4 to 5.2.6
- Updated certifi from 2024.2.2 to 2024.7.4
- Updated django from 4.2.11 to 4.2.15
- Updated django from 4.2.11 to 4.2.16
- Updated sqlparse from 0.4.4 to 0.5.0
- Updated djangorestframework from 3.15.1 to 3.15.2
- Updated urllib3 from 2.2.1 to 2.2.2
- Updated requests from 2.31.0 to 2.32.2
- Updated idna from 3.6 to 3.7
-->

## v1.2.1
### Added
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "contentrepo"
version = "1.2.2-dev.0"
version = "1.3.0"
description = "A CMS for messaging systems"
authors = ["Praekelt.org <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 2c47d6d

Please sign in to comment.