From ba5b840f411e98beadef0403aa0c13e4f98495c4 Mon Sep 17 00:00:00 2001 From: Norbert Kwizera Date: Mon, 29 Jan 2024 11:19:56 +0200 Subject: [PATCH] Update CHANGELOG.md for v1.2.90 --- CHANGELOG.md | 26 ++++++++++++++++++++++++++ pyproject.toml | 2 +- 2 files changed, 27 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 461f135d0..6c4324fd6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,29 @@ +v1.2.90 (2024-01-29) +------------------------- + * Merge pull request #1180 from rapidpro/staging-pushes + * Show co create link for new brand only + * Format templates + * Adjust footer logo + * Add Co-create link + * Change the countries dropdown for new brand + * Update favicon and homemap + * Fix primary color for new brand + * Adjust cyan button hover color + * Fix bg color for button on mobile + * Adjust size for UNICEF footer logo + * Adjust the UNICEF logo in the footer + * Adjust favicon + * Adjust border and chart colors + * Adjust name after logo + * Update fonts to Noto Sans + * Switch to use new header logo + * Add config for switching new brand + * Update CHANGELOG.md for v1.2.89 + * Merge pull request #1179 from rapidpro/dependabot/pip/pillow-10.2.0 + * Bump pillow from 10.1.0 to 10.2.0 + * Merge pull request #1177 from rapidpro/djlint + * HTML templates linting + v1.2.89 (2024-01-24) ------------------------- * Merge pull request #1179 from rapidpro/dependabot/pip/pillow-10.2.0 diff --git a/pyproject.toml b/pyproject.toml index 68f698d21..638f15bd9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ureport" -version = "1.2.89" +version = "1.2.90" description = "U-Report dashboard built on data collected by RapidPro" authors = ["Nyaruka Ltd "] readme = "README.md"