From 61b9144d10da2a3026f5db4422ce285a921d667e Mon Sep 17 00:00:00 2001 From: mdshamoon Date: Fri, 5 Aug 2022 21:28:09 +0530 Subject: [PATCH] updated changelog --- CHANGELOG.md | 11 +++++++++-- package.json | 4 ++-- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 726c49c9a..da74d70f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,16 @@ 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). -#### [v3.8](https://github.com/glific/glific-frontend/compare/v3.7.7...v3.8) +#### [v3.8.1](https://github.com/glific/glific-frontend/compare/v3.8.0...v3.8.1) -> 04 August 2022 +> 5 August 2022 + +- Multiple flow editor fix for issue #2086 [`#2088`](https://github.com/glific/glific-frontend/pull/2088) +- Fixed screen freezes while seeing revision history [`#2098`](https://github.com/glific/glific-frontend/pull/2098) + +#### [v3.8.0](https://github.com/glific/glific-frontend/compare/v3.7.7...v3.8.0) + +> 4 August 2022 - Pinned flows [`#2094`](https://github.com/glific/glific-frontend/pull/2094) - 1. Audio option removed for the template (Issue #2078), 2. Fb business manager verification link updated (Issue #2067) [`#2089`](https://github.com/glific/glific-frontend/pull/2089) diff --git a/package.json b/package.json index 73b04db73..0eab1cdf5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "glific-frontend", - "version": "3.8.0", + "version": "3.8.1", "private": true, "dependencies": { "@absinthe/socket": "^0.2.1", @@ -149,4 +149,4 @@ "prettier": "^2.5.1", "react-test-renderer": "^17.0.1" } -} \ No newline at end of file +}