From c72f29e725b9f93aa4d2028aa0f87f8778d0730b Mon Sep 17 00:00:00 2001 From: Forest Bot Date: Thu, 23 Nov 2023 09:59:34 +0100 Subject: [PATCH] chore(release): 9.3.9 [skip ci] ## [9.3.9](https://github.com/ForestAdmin/forest-express-sequelize/compare/v9.3.8...v9.3.9) (2023-11-23) ### Bug Fixes * user receives 403 on newly created segment query ([#1100](https://github.com/ForestAdmin/forest-express-sequelize/issues/1100)) ([3a65e59](https://github.com/ForestAdmin/forest-express-sequelize/commit/3a65e59bfcc9fa29cb096c93da7e7431b9c344f0)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b6b6e7c..89c83293 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [9.3.9](https://github.com/ForestAdmin/forest-express-sequelize/compare/v9.3.8...v9.3.9) (2023-11-23) + + +### Bug Fixes + +* user receives 403 on newly created segment query ([#1100](https://github.com/ForestAdmin/forest-express-sequelize/issues/1100)) ([3a65e59](https://github.com/ForestAdmin/forest-express-sequelize/commit/3a65e59bfcc9fa29cb096c93da7e7431b9c344f0)) + ## [9.3.8](https://github.com/ForestAdmin/forest-express-sequelize/compare/v9.3.7...v9.3.8) (2023-11-08) diff --git a/package.json b/package.json index 5052f140..88d75db2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "forest-express-sequelize", "description": "Official Express/Sequelize Liana for Forest", - "version": "9.3.8", + "version": "9.3.9", "author": "Sandro Munda ", "contributors": [ "Arnaud Besnier ",