From 389108f28dfff57a3ff8a6f56283e3e5b06dc630 Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Sun, 17 Nov 2024 09:54:38 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 31b9ab734..680964869 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,15 +5,17 @@ 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). -## 2.123.0 - 2024-11-16 +## Unreleased ### Added -- Added a blog post: _Black Weeks 2024_ +- Added pagination parameters (`skip`, `take`) to the endpoint `GET api/v1/admin/user` + +## 2.123.0 - 2024-11-16 ### Added -- Added pagination parameters (`skip`, `take`) to the endpoint `GET api/v1/admin/user` +- Added a blog post: _Black Weeks 2024_ ### Changed