From 43a4e8602992fb56fc04691aca6c42066e7baa40 Mon Sep 17 00:00:00 2001 From: authcompanion Date: Tue, 2 Apr 2024 21:36:44 -0400 Subject: [PATCH] chore: release 4.0.0-beta.1 --- CHANGELOG.md | 10 ++++++++++ Dockerfile | 2 +- Dockerfile.arm64 | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a0515de..c8e915a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# [4.0.0-beta.1](https://github.com/authcompanion/authcompanion2/compare/3.0.0-beta.23...4.0.0-beta.1) (2024-04-03) + +Introducing AuthCompanion v4.0.0 (beta), a major release packed with enhancements. This update significantly simplifies the codebase, ensuring consistent feature growth in the future. Enjoy the addition of PostgreSQL support (alongside SQLite), popular choices for storing AuthC's user accounts. Plus, explore the refreshed web forms, particularly the Login and Registration screens. Start your implementation fresh with this version for a smoother authentication experience! + +### Features + +* support for postgres + new login/registration webform style([#22](https://github.com/authcompanion/authcompanion2/issues/22)) ([acced69](https://github.com/authcompanion/authcompanion2/commit/acced69b1b91a136dccd601f65b421b318a03455)) + + + # [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 brand-new Admin Dashboard. The Dashboard's aesthetics and usability have significantly improved. diff --git a/Dockerfile b/Dockerfile index f6d9db8..0cb89ba 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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.23" +LABEL org.opencontainers.image.version="4.0.0-beta.1" 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 diff --git a/Dockerfile.arm64 b/Dockerfile.arm64 index 587bc68..634cb2d 100644 --- a/Dockerfile.arm64 +++ b/Dockerfile.arm64 @@ -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.23" +LABEL org.opencontainers.image.version="4.0.0-beta.1" 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