From f00c54eb4e8ebdbb97d8541f9e1ed55aa1a0358c Mon Sep 17 00:00:00 2001 From: Felix Jordan Date: Wed, 7 May 2025 15:01:48 -0400 Subject: [PATCH] Update CHANGELOG to include asset profile count addition for data providers in admin endpoint --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bab6e86d0..296372302 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ 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 + +- Added the asset profile count per data provider to the endpoint `GET api/v1/admin` + ## 2.161.0 - 2025-05-06 ### Added