From 9c1d5784c3c072413e319d9cb222ef1236773d35 Mon Sep 17 00:00:00 2001 From: Konstantinos Kopanidis Date: Tue, 27 Feb 2024 18:36:04 +0200 Subject: [PATCH] chore(release): 0.16.1 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 67901d35d..c16f38887 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [0.16.1](https://github.com/ConduitPlatform/Conduit/compare/v0.16.0...v0.16.1) (2024-02-27) + + +### Features + +* **router:** add info log for consumed limits ([#959](https://github.com/ConduitPlatform/Conduit/issues/959)) ([b8b8d9a](https://github.com/ConduitPlatform/Conduit/commit/b8b8d9ae0922c069e867ee8ddb584c265690dcc9)) + + +### Bug Fixes + +* **authentication:** admin-defined redirectUri for email verification mistakenly validated ([#966](https://github.com/ConduitPlatform/Conduit/issues/966)) ([33872dc](https://github.com/ConduitPlatform/Conduit/commit/33872dc95b38c6830bc2f9f411653fdd13ed3ce7)) + ## [0.16.0](https://github.com/ConduitPlatform/Conduit/compare/v0.16.0-rc.5...v0.16.0) (2024-02-17) diff --git a/package.json b/package.json index 1faff56c3..fd0053cbc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "conduit", - "version": "0.16.0", + "version": "0.16.1", "description": "", "main": "index.js", "private": true,