diff --git a/CHANGELOG.md b/CHANGELOG.md index 9dc440382..4dfeda329 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,21 @@ 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). -#### [Unreleased](https://github.com/glific/glific-frontend/compare/v3.0.0...HEAD) +#### [v3.2.0](https://github.com/glific/glific-frontend/compare/v3.1.0...v3.2.0) + +> 31 January 2022 + +- Added hourly triggers [`#1883`](https://github.com/glific/glific-frontend/pull/1883) +- Enable split by contact field [`#1879`](https://github.com/glific/glific-frontend/pull/1879) +- Added validation for interactive message title [`#1880`](https://github.com/glific/glific-frontend/pull/1880) +- [Snyk] Upgrade react-resize-detector from 6.7.6 to 6.7.7 [`#1881`](https://github.com/glific/glific-frontend/pull/1881) +- Added restart option in simulator [`#1860`](https://github.com/glific/glific-frontend/pull/1860) +- Fixed last line in webhook logs [`#1876`](https://github.com/glific/glific-frontend/pull/1876) +- Fixed flow import bug [`#1875`](https://github.com/glific/glific-frontend/pull/1875) + +#### [v3.1.0](https://github.com/glific/glific-frontend/compare/v3.0.0...v3.1.0) + +> 24 January 2022 - Updated packages [`#1857`](https://github.com/glific/glific-frontend/pull/1857) - Menu fixes [`#1872`](https://github.com/glific/glific-frontend/pull/1872) diff --git a/package.json b/package.json index 2baed7a4d..8d228ece0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "glific-frontend", - "version": "3.1.0", + "version": "3.2.0", "private": true, "dependencies": { "@absinthe/socket": "^0.2.1",