From b7c38be44592d7ad5f74cb74d1b9f22552443967 Mon Sep 17 00:00:00 2001 From: MasterPtato Date: Thu, 16 Nov 2023 18:51:42 +0000 Subject: [PATCH] Add changelog --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a4ee747e8a..58c86bacfe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## Unreleased + +### Added + +- **Bolt** Added `bolt admin login` to allow for logging in without an email provider setup. Automatically turns the user into an admin for immediate access to the developer dashboard. +- **Bolt** Fixed `bolt db migrate create` +- **Infra** Added `user-admin-set` service for creating an admin user + ## [23.1.0] - 2023-10-30 ### Added