From b636c8b9d36e6b6774917a947c4172367fc9bd78 Mon Sep 17 00:00:00 2001 From: Pablo Ogando Ferreira Date: Thu, 17 Oct 2024 12:03:22 +0200 Subject: [PATCH] fix: update CHANGELOG --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7dd943b0a..5a7155f65 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) To get the diff for a specific change, go to https://github.com/pumukit/PuMuKIT/commit/XXX where XXX is the change hash. To get the diff between two versions, go to https://github.com/pumukit/PuMuKIT/compare/3.0.0...3.1.x. +## [4.2.0](https://github.com/pumukit/PuMuKIT/compare/4.1.0...4.2.0) - (2024-10-10) + +#### Added +- Added property updatedAt on MultimediaObject document + +#### Fixed +- Reported issues + ## [4.1.0](https://github.com/pumukit/PuMuKIT/compare/4.0.0...4.1.0) - (2024-08-21) #### Fixed