From 06bbe84cf4067d4c30a3f2aa4e5c0b0abb290b88 Mon Sep 17 00:00:00 2001 From: mdshamoon Date: Thu, 12 Oct 2023 01:21:48 +0530 Subject: [PATCH] updated package --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eb25f7941..bcac97882 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,19 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [v4.12.0](https://github.com/glific/glific-frontend/compare/v4.11.4...v4.12.0) + +> 12 October 2023 + +- Update list on saving a popup for add contact to collection [`#2589`](https://github.com/glific/glific-frontend/pull/2589) +- Show banner if org is suspended for tier issues [`#2590`](https://github.com/glific/glific-frontend/pull/2590) +- Added created at for ticketing system [`#2588`](https://github.com/glific/glific-frontend/pull/2588) +- Added last login time [`#2583`](https://github.com/glific/glific-frontend/pull/2583) +- Security headers update [`#2579`](https://github.com/glific/glific-frontend/pull/2579) +- Added more symbols for password validation [`#2577`](https://github.com/glific/glific-frontend/pull/2577) +- Updated password policy [`#2574`](https://github.com/glific/glific-frontend/pull/2574) +- Add security headers [`#2569`](https://github.com/glific/glific-frontend/pull/2569) + #### [v4.11.4](https://github.com/glific/glific-frontend/compare/v4.11.3...v4.11.4) > 20 September 2023 diff --git a/package.json b/package.json index 2fd8470e4..c9a1b617c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "glific-frontend", - "version": "4.11.4", + "version": "4.12.0", "private": true, "dependencies": { "@apollo/client": "^3.8.3",