diff --git a/CHANGELOG.md b/CHANGELOG.md index 4af31ae70..5fee07a66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ 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.7.5](https://github.com/glific/glific-frontend/compare/v3.7.4...v3.7.5) + +> 21 June 2022 + +- Updated flow editor to support contact profile [`#2077`](https://github.com/glific/glific-frontend/pull/2077) +- Added optional filter for consulting hours [`#2052`](https://github.com/glific/glific-frontend/pull/2052) + #### [v3.7.4](https://github.com/glific/glific-frontend/compare/v3.7.3...v3.7.4) > 16 May 2022 diff --git a/package.json b/package.json index a4a05d3db..697279ba1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "glific-frontend", - "version": "3.7.4", + "version": "3.7.5", "private": true, "dependencies": { "@absinthe/socket": "^0.2.1",