From c0fece36aad00ea7548ccb0be2cc4c75d978407d Mon Sep 17 00:00:00 2001 From: Forest Bot Date: Thu, 26 Aug 2021 17:31:59 +0200 Subject: [PATCH] chore(release): 8.1.0 [skip ci] # [8.1.0](https://github.com/ForestAdmin/forest-express-sequelize/compare/v8.0.16...v8.1.0) (2021-08-26) ### Features * include tags in the user data inside the request ([#802](https://github.com/ForestAdmin/forest-express-sequelize/issues/802)) ([70bff6a](https://github.com/ForestAdmin/forest-express-sequelize/commit/70bff6a9edd1a611fbf146ab79dd615273288dd4)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d03d73cf..278bd583 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [8.1.0](https://github.com/ForestAdmin/forest-express-sequelize/compare/v8.0.16...v8.1.0) (2021-08-26) + + +### Features + +* include tags in the user data inside the request ([#802](https://github.com/ForestAdmin/forest-express-sequelize/issues/802)) ([70bff6a](https://github.com/ForestAdmin/forest-express-sequelize/commit/70bff6a9edd1a611fbf146ab79dd615273288dd4)) + ## [8.0.16](https://github.com/ForestAdmin/forest-express-sequelize/compare/v8.0.15...v8.0.16) (2021-08-25) diff --git a/package.json b/package.json index a478aa05..e8b3b154 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "forest-express-sequelize", "description": "Official Express/Sequelize Liana for Forest", - "version": "8.0.16", + "version": "8.1.0", "author": "Sandro Munda ", "contributors": [ "Arnaud Besnier ",