From 540f80f763f8d19bbab5f3b4101d7bd65a8d17f9 Mon Sep 17 00:00:00 2001 From: Evert Pot Date: Wed, 29 Mar 2023 14:47:49 -0400 Subject: [PATCH] Releasing 0.23.1 --- changelog.md | 3 +-- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/changelog.md b/changelog.md index 3bd22a4f..c08226ab 100644 --- a/changelog.md +++ b/changelog.md @@ -1,7 +1,7 @@ Changelog ========= -0.23.1 (????-??-??) +0.23.1 (2023-03-29) ------------------- * Fix 500 error on /authorize endpoint when using Sqlite @@ -32,7 +32,6 @@ Changelog Warning note for upgraders. This release has a database migration on the `oauth2_tokens` table. For most users this is the largest table, some downtime may be expected while the server runs its migrations. - * #425: Using a `client_secret` is now supported with `authorization_code`, and it's read from either the request body or HTTP Basic Authorization header. * The service now keeps track when issuing access tokens, whether those tokens diff --git a/package-lock.json b/package-lock.json index 7d2c366a..fef2112b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@curveball/a12n-server", - "version": "0.23.0", + "version": "0.23.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@curveball/a12n-server", - "version": "0.23.0", + "version": "0.23.1", "dependencies": { "@curveball/accesslog": "^0.3.0", "@curveball/bodyparser": "^0.5.0", diff --git a/package.json b/package.json index 3410bba8..6a2bac8f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@curveball/a12n-server", - "version": "0.23.0", + "version": "0.23.1", "main": "dist/index.js", "description": "A ready-to-launch User and Authentication system for those that don't want to build it", "scripts": {