Skip to content

Commit 43a4e86

Browse files
committed
chore: release 4.0.0-beta.1
1 parent 130a16d commit 43a4e86

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# [4.0.0-beta.1](https://github.com/authcompanion/authcompanion2/compare/3.0.0-beta.23...4.0.0-beta.1) (2024-04-03)
2+
3+
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!
4+
5+
### Features
6+
7+
* support for postgres + new login/registration webform style([#22](https://github.com/authcompanion/authcompanion2/issues/22)) ([acced69](https://github.com/authcompanion/authcompanion2/commit/acced69b1b91a136dccd601f65b421b318a03455))
8+
9+
10+
111
# [3.0.0-beta.23](https://github.com/authcompanion/authcompanion2/compare/3.0.0-beta.22...3.0.0-beta.23) (2023-12-15)
212

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

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM node:18-slim as builder
22

33
LABEL org.opencontainers.image.title="AuthCompanion"
4-
LABEL org.opencontainers.image.version="3.0.0-beta.23"
4+
LABEL org.opencontainers.image.version="4.0.0-beta.1"
55
LABEL org.opencontainers.image.description="An admin-friendly, User Management Server (with Passkeys & JWTs) - for seamless and secure integration of user authentication"
66
LABEL org.opencontainers.image.authors="Paul Fischer"
77
LABEL org.opencontainers.image.source=https://github.com/authcompanion/authcompanion2

Dockerfile.arm64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
FROM node:18-slim as builder
33

44
LABEL org.opencontainers.image.title="AuthCompanion"
5-
LABEL org.opencontainers.image.version="3.0.0-beta.23"
5+
LABEL org.opencontainers.image.version="4.0.0-beta.1"
66
LABEL org.opencontainers.image.description="An admin-friendly, User Management Server (with Passkeys & JWTs) - for seamless and secure integration of user authentication"
77
LABEL org.opencontainers.image.authors="Paul Fischer"
88
LABEL org.opencontainers.image.source=https://github.com/authcompanion/authcompanion2

0 commit comments

Comments
 (0)