Skip to content

Commit

Permalink
chore: release 3.0.0-beta.23
Browse files Browse the repository at this point in the history
  • Loading branch information
authcompanion committed Dec 15, 2023
1 parent 54cd897 commit 81956eb
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# [3.0.0-beta.23](https://github.com/authcompanion/authcompanion2/compare/3.0.0-beta.22...3.0.0-beta.23) (2023-12-15)

This release of AuthCompanion features a band-new Admin Dashboard. The Dashboard's aesthetics and usability have significantly improved.

### Bug Fixes

* resolved error "User verification required, but user could not be verified" ([2087808](https://github.com/authcompanion/authcompanion2/commit/20878087cc07325219816ae52a495a34ef351706))


### Features

* a refresh of the admin dashboard design([#21](https://github.com/authcompanion/authcompanion2/issues/21)) ([54cd897](https://github.com/authcompanion/authcompanion2/commit/54cd8976f25f3262d1f8de32c328085db80d910c))



# [3.0.0-beta.22](https://github.com/authcompanion/authcompanion2/compare/3.0.0-beta.21...3.0.0-beta.22) (2023-11-23)


Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM node:18-slim as builder

LABEL org.opencontainers.image.title="AuthCompanion"
LABEL org.opencontainers.image.version="3.0.0-beta.22"
LABEL org.opencontainers.image.version="3.0.0-beta.23"
LABEL org.opencontainers.image.description="An admin-friendly, User Management Server (with Passkeys & JWTs) - for seamless and secure integration of user authentication"
LABEL org.opencontainers.image.authors="Paul Fischer"
LABEL org.opencontainers.image.source=https://github.com/authcompanion/authcompanion2
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.arm64
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
FROM node:18-slim as builder

LABEL org.opencontainers.image.title="AuthCompanion"
LABEL org.opencontainers.image.version="3.0.0-beta.22"
LABEL org.opencontainers.image.version="3.0.0-beta.23"
LABEL org.opencontainers.image.description="An admin-friendly, User Management Server (with Passkeys & JWTs) - for seamless and secure integration of user authentication"
LABEL org.opencontainers.image.authors="Paul Fischer"
LABEL org.opencontainers.image.source=https://github.com/authcompanion/authcompanion2
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "authcompanion2",
"version": "3.0.0-beta.22",
"version": "3.0.0-beta.23",
"description": "An admin-friendly, User Management Server (with Passkeys & JWTs) - for seamless and secure integration of user authentication.",
"main": "server.js",
"type": "module",
Expand Down

0 comments on commit 81956eb

Please sign in to comment.