From ef89934f2d04b9a5499c0ec2ae336debce1b9b6b Mon Sep 17 00:00:00 2001 From: Dylan Leard Date: Tue, 29 Nov 2022 16:22:21 -0800 Subject: [PATCH] chore: release v1.0.1 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- schema/sqitch.plan | 1 + 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 22930c314a..c71fdff82b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [1.0.1](https://github.com/bcgov/cas-cif/compare/1.0.0...1.0.1) (2022-11-30) + +### Bug Fixes + +- all users should be able to execute update_or_create_user function ([8bff686](https://github.com/bcgov/cas-cif/commit/8bff68604c61887a41eb64d712c9dc1fb22c829c)) + # [1.0.0](https://github.com/bcgov/cas-cif/compare/1.0.0-rc.5...1.0.0) (2022-11-29) ### Bug Fixes diff --git a/package.json b/package.json index ec7c3dc455..74bae2bc70 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cas-cif", - "version": "1.0.0", + "version": "1.0.1", "main": "index.js", "repository": "https://github.com/bcgov/cas-cif.git", "author": "ggircs@gov.bc.ca", diff --git a/schema/sqitch.plan b/schema/sqitch.plan index 8fbfed34a5..0b217042a6 100644 --- a/schema/sqitch.plan +++ b/schema/sqitch.plan @@ -193,3 +193,4 @@ tables/cif_user_004_allow_sub_update_flag [tables/cif_user_003_create_policies] mutations/update_or_create_user_from_session 2022-11-23T18:18:56Z Bastianelli, Pierre LWRS:EX # Mutation to update or create a user upon login, based on the email field of the session jwt @1.0.0 2022-11-29T20:53:00Z Dylan Leard # release v1.0.0 mutations/update_or_create_user_from_session [mutations/update_or_create_user_from_session@1.0.0] 2022-11-29T23:55:46Z Dylan Leard # Update permissions for user function +@1.0.1 2022-11-30T00:22:17Z Dylan Leard # release v1.0.1