From 4fc06af93d84dc3bf36b62dc894f187110efe68a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vincent=20Moitti=C3=A9?= Date: Fri, 25 Oct 2024 10:29:21 +0200 Subject: [PATCH] Update changelog --- changelog.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/changelog.md b/changelog.md index 011978bb..e67d3332 100644 --- a/changelog.md +++ b/changelog.md @@ -5,6 +5,16 @@ 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.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) +## [Unreleased] + +### Added + +* Setup AI settings page with: + * Table to display all secrets. + * Add action to create a secret. + * Add action to edit a secret. + * Add action to remove a secret. + ## [1.0.0] - 2024/10/15 ### Added